From 1dec36bca0b4c0ed0e94f1bebaba8d6601554e38 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 12 Jun 2019 14:22:16 +0800 Subject: [PATCH] 1 --- server/bin/start_instance.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/bin/start_instance.sh b/server/bin/start_instance.sh index 4f2a0a9..4e7c349 100755 --- a/server/bin/start_instance.sh +++ b/server/bin/start_instance.sh @@ -1,4 +1,7 @@ #!/bin/bash +source /etc/profile +source /root/.bash_profile + nohup ./gameserver -i $1 -n $2 -f1,2,3,4,6>> gameserver$2_$1.out 2>&1 &