„scripts/start-server.sh“ ändern

This commit is contained in:
2022-06-26 21:34:01 +02:00
parent e806676dd0
commit 4957a42a13

View File

@@ -69,7 +69,4 @@ echo "---Server ready---"
echo "---Start Server---"
cd ${SERVER_DIR}
screen -S Stationeers -L -Logfile $SERVER_DIR/masterLog.0 -d -m ${SERVER_DIR}/rocketstation_DedicatedServer.x86_64 -autostart -batchmode -nographics ${GAME_PARAMS}
sleep 2
/opt/scripts/start-watchdog.sh &
tail -f ${SERVER_DIR}/masterLog.0
${SERVER_DIR}/rocketstation_DedicatedServer.x86_64 -autostart -batchmode -nographics ${GAME_PARAMS}