From c2d8751df2fc7ac1f1055345f1c5fe35d2342b82 Mon Sep 17 00:00:00 2001 From: Shingo INADA Date: Mon, 4 May 2020 07:41:52 +0900 Subject: [PATCH] update startup script --- infra/mcsfunc/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/mcsfunc/index.js b/infra/mcsfunc/index.js index 4a97e96..543947d 100644 --- a/infra/mcsfunc/index.js +++ b/infra/mcsfunc/index.js @@ -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