Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct the path of vmoption on OSX #78

Closed
wants to merge 1 commit into from
Closed

correct the path of vmoption on OSX #78

wants to merge 1 commit into from

Conversation

qzi
Copy link

@qzi qzi commented Feb 21, 2020

elif [[ "$os" = "$OS_OSX" ]]; then
tws_vmoptions="${tws_settings_path}/tws-${tws_version}.vmoptions"
tws_jars="${tws_path}/Trader Workstation ${tws_version}/jars"
tws_install4j="${tws_path}/Trader Workstation ${tws_version}/.install4j"

gateway_vmoptions="${tws_settings_path}/ibgateway-${tws_version}.vmoptions" 
gateway_jars="${tws_path}/IB Gateway ${tws_version}/jars"
gateway_install4j="${tws_path}/IB Gateway ${tws_version}/.install4j"

elif [[ "$os" = "$OS_OSX" ]]; then
	tws_vmoptions="${tws_settings_path}/tws-${tws_version}.vmoptions"
	tws_jars="${tws_path}/Trader Workstation ${tws_version}/jars"
	tws_install4j="${tws_path}/Trader Workstation ${tws_version}/.install4j"

	gateway_vmoptions="${tws_settings_path}/ibgateway-${tws_version}.vmoptions" 
	gateway_jars="${tws_path}/IB Gateway ${tws_version}/jars"
	gateway_install4j="${tws_path}/IB Gateway ${tws_version}/.install4j"
@rlktradewright
Copy link
Member

Closing this (rather belatedly!). See discussion in #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants