Update start-server.sh

This commit is contained in:
2019-05-07 22:11:35 +02:00
committed by GitHub
parent c0155efecd
commit 5fc669b6d4

View File

@@ -52,10 +52,8 @@ echo "---Prepare Server---"
chmod -R 770 ${DATA_DIR}
echo "---Server ready---"
sleep infinity
echo "---Start Server---"
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} +port ${GAME_PORT}
${SERVER_DIR}/srcds_run -console ${GAME_PARAMS} -port ${GAME_PORT}