Skip to content

Commit

Permalink
update startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s committed May 3, 2020
1 parent c81ae13 commit c2d8751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/mcsfunc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export GDXSV_BATTLE_PUBLIC_ADDR=$(curl -s https://ipinfo.io/ip):9877
touch /var/log/gdxsv-mcs.log
truncate -s0 /var/log/gdxsv-mcs.log
$TAG_NAME/bin/gdxsv -prodlog mcs 2>&1 > /var/log/gdxsv-mcs.log
$TAG_NAME/bin/gdxsv -prodlog mcs > /var/log/gdxsv-mcs.log 2>&1
EOF
chmod +x /home/ubuntu/launch-mcs.sh
Expand Down

0 comments on commit c2d8751

Please sign in to comment.