Skip to content

Commit

Permalink
Fix bug in macOS scripts - fixes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Jan 27, 2020
1 parent 1537ea5 commit 228ef6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions resources/gatewaystartmacos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IBC_INI=~/ibc/config.ini
TRADING_MODE=
IBC_PATH=/opt/ibc
TWS_PATH=~/Applications
TWS_CONFIG_PATH=~/Jts
TWS_SETTINGS_PATH=
LOG_PATH=~/ibc/logs
TWSUSERID=
TWSPASSWORD=
Expand Down Expand Up @@ -88,9 +88,12 @@ JAVA_PATH=
# different folder, but there are virtually no good reasons for doing so.


# TWS_CONFIG_PATH
# TWS_SETTINGS_PATH
#
# The folder where the jts.ini and *.vmoptions files are stored.
# The directory where TWS is to store its settings. This setting is ignored
# if the IbDir setting in the configuration file is specified. If no value
# is specified in either place, the settings are stored in the TWS_PATH
# directory.


# LOG_PATH
Expand Down Expand Up @@ -146,7 +149,7 @@ export IBC_INI
export TRADING_MODE
export IBC_PATH
export TWS_PATH
export TWS_CONFIG_PATH
export TWS_SETTINGS_PATH
export LOG_PATH
export TWSUSERID
export TWSPASSWORD
Expand Down
11 changes: 7 additions & 4 deletions resources/twsstartmacos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IBC_INI=~/ibc/config.ini
TRADING_MODE=
IBC_PATH=/opt/ibc
TWS_PATH=~/Applications
TWS_CONFIG_PATH=~/Jts
TWS_SETTINGS_PATH=
LOG_PATH=~/ibc/logs
TWSUSERID=
TWSPASSWORD=
Expand Down Expand Up @@ -86,9 +86,12 @@ JAVA_PATH=
# different folder, but there are virtually no good reasons for doing so.


# TWS_CONFIG_PATH
# TWS_SETTINGS_PATH
#
# The folder where the jts.ini and *.vmoptions files are stored.
# The directory where TWS is to store its settings. This setting is ignored
# if the IbDir setting in the configuration file is specified. If no value
# is specified in either place, the settings are stored in the TWS_PATH
# directory.


# LOG_PATH
Expand Down Expand Up @@ -134,7 +137,7 @@ export IBC_INI
export TRADING_MODE
export IBC_PATH
export TWS_PATH
export TWS_CONFIG_PATH
export TWS_SETTINGS_PATH
export LOG_PATH
export TWSUSERID
export TWSPASSWORD
Expand Down

0 comments on commit 228ef6a

Please sign in to comment.