„scripts/start-server.sh“ ändern

This commit is contained in:
2019-10-07 22:35:59 +02:00
parent 5ac311ace7
commit cc9fef8c94

View File

@@ -54,9 +54,6 @@ echo "---Prepare Server---"
chmod -R 770 ${DATA_DIR} chmod -R 770 ${DATA_DIR}
echo "---Server ready---" echo "---Server ready---"
echo "---Sleep zZz...---"
sleep infinity
echo "---Start Server---" echo "---Start Server---"
cd ${SERVER_DIR} cd ${SERVER_DIR}
${SERVER_DIR}/rocketstation_DedicatedServer.x86_64 -autostart -batchmode -nographics ${GAME_PARAMS} ${SERVER_DIR}/rocketstation_DedicatedServer.x86_64 -autostart -batchmode -nographics ${GAME_PARAMS}