mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-17 20:58:27 +00:00
Get rid of the old server path PID checking
This may have been causing the server to fail to restart after an update.
This commit is contained in:
parent
7cc3249e2c
commit
335e75f106
@ -651,10 +651,6 @@ function getServerPID(){
|
||||
return
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ -z "$arkopt_clusterid" || -f "${arkserverroot}/${arkoldautorestartfile}" ]]; then
|
||||
ps -ef | grep "$arkserverroot/$arkserverexec" | grep -v grep | awk '{print $2}'
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user