Update scripts/start-server.sh

This commit is contained in:
2023-07-13 08:29:20 +02:00
parent 05f20eac1e
commit 713a899b2c

View File

@@ -65,4 +65,4 @@ echo "---Server ready---"
echo "---Start Server---"
cd ${SERVER_DIR}
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port -nographics -batchmode ${GAME_PORT}
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}