scripts/start-server.sh aktualisiert

This commit is contained in:
2023-07-20 11:17:46 +02:00
parent 13aaa04312
commit fc07f25169

View File

@@ -115,5 +115,5 @@ else
screen -S UDK -d -m wine64 ${SERVER_DIR}/Binaries/Win64/UDK.exe server coldmap1?steamsockets -log ${GAME_PARAMS}
sleep 2
/opt/scripts/start-watchdog.sh &
tail -f ${SERVER_DIR}/UDKGame/Logs/Launch.log
tail -n 9999 -f ${SERVER_DIR}/UDKGame/Logs/Launch.log
fi