scripts/start.sh aktualisiert
This commit is contained in:
@@ -30,6 +30,8 @@ term_handler() {
|
||||
KILLPID=$(pidof UE4Server-Linux-Shipping)
|
||||
elif [ -f ${SERVER_DIR}/Engine/Binaries/Linux/UnrealServer-Linux-Shipping ]; then
|
||||
KILLPID=$(pidof UnrealServer-Linux-Shipping)
|
||||
elif [ -f ${SERVER_DIR}/Engine/Binaries/Linux/FactoryServer-Linux-Shipping ]; then
|
||||
KILLPID=$(pidof FactoryServer-Linux-Shipping)
|
||||
fi
|
||||
kill -SIGINT $KILLPID
|
||||
tail --pid=$KILLPID -f 2>/dev/null
|
||||
|
Reference in New Issue
Block a user