1
This commit is contained in:
parent
72bfc3bd73
commit
8d64947cec
@ -3,7 +3,7 @@
|
||||
source /etc/profile
|
||||
source /root/.bash_profile
|
||||
|
||||
pid=`ps -ef|grep 'gameserver2004 -n 1 -i 1'|grep -v grep|awk '{print $2}'`
|
||||
pid=`ps -ef|grep 'gameserver2004 -n $1 -i $2'|grep -v grep|awk '{print $2}'`
|
||||
echo $pid
|
||||
|
||||
if [[ $pid != "" ]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user