Update start-server.sh

This commit is contained in:
2019-05-07 19:34:11 +02:00
committed by GitHub
parent c886f27208
commit 15e86a9a2b

View File

@@ -51,10 +51,8 @@ fi
echo "---Prepare Server---"
chmod -R 770 ${DATA_DIR}
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}