Update arkmanager

This commit is contained in:
Friesi 2018-08-12 21:44:44 +02:00 committed by GitHub
parent 444cbf4428
commit f6951d86db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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