„scripts/start-server.sh“ ändern

This commit is contained in:
2019-06-12 22:36:54 +02:00
parent a9333a0352
commit 7d0b2023cc

View File

@@ -54,10 +54,9 @@ echo "---Prepare Server---"
chmod -R 770 ${DATA_DIR}
echo "---Server ready---"
echo "---Sleep zZz...---"
sleep infinity
echo "---Start Server---"
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}
cd ${SERVER_DIR}
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}