mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-17 20:58:27 +00:00
Update arkmanager
This commit is contained in:
parent
444cbf4428
commit
f6951d86db
@ -835,7 +835,7 @@ function isTheServerUp(){
|
||||
local ip="$(getMultiHome)"
|
||||
result=1
|
||||
if [ ! -x "$lsof" ]; then
|
||||
"$lsof" -i "${ip:+udp@}${ip}:$(getGamePort)" > /dev/null
|
||||
"$lsof" -w -i "${ip:+udp@}${ip}:$(getGamePort)" > /dev/null
|
||||
result=$?
|
||||
fi
|
||||
if [ $result -ne 0 ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user