Update start-server.sh

This commit is contained in:
2019-04-24 12:13:20 +02:00
committed by GitHub
parent d755ec14fa
commit 5fe96b0b12

View File

@@ -54,7 +54,7 @@ cp -R ${SERVER_DIR}/bin/* ${DATA_DIR}/.steam/sdk32/
chmod -R 770 ${DATA_DIR}
echo "---Start Server---"
${SERVER_DIR}/srcds_run -game $GAME_NAME $GAME_PARAMS -console +port $GAME_PORT
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} +port ${GAME_PORT}