Update start-server.sh

This commit is contained in:
2019-04-24 12:15:54 +02:00
committed by GitHub
parent d5fa207964
commit c96b1c14b8

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} -console +port ${GAME_PORT}