add start_instance.sh real_start_instance.sh
This commit is contained in:
parent
de5e50e09f
commit
38bacca8dd
6
server/bin/real_start_instance.sh
Executable file
6
server/bin/real_start_instance.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
./gameserver2004 -n $1 -i $2 >> gameserver2004$2_$1.out
|
||||
echo $? >> start.log
|
||||
date >> start.log
|
||||
echo $1 $2 >> start.log
|
3
server/bin/start_instance.sh
Executable file
3
server/bin/start_instance.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
nohup sh real_start_instance.sh 1 1 2>&1 &
|
Loading…
x
Reference in New Issue
Block a user