We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eb1c7 commit 1e0a568Copy full SHA for 1e0a568
setup.sh
@@ -378,6 +378,9 @@ install_simple_monitor(){
378
$access_container git clone https://github.com/ib-ruby/simple-monitor.git
379
$access_container gem install bundler
380
lxc file push install_simple_monitor.sh $CONTAINER/home/ubuntu/
381
+ if [ $DEMOACCOUNT -eq 0 ] ; then
382
+ $access_container sed -in 's/:host: localhost/&:4001/g' /home/ubuntu/simple-monitor/tws_alias.yml
383
+ fi
384
$access_container ./install_simple_monitor.sh
385
} >> $SILENT
386
return 0
0 commit comments