From c96b1c14b81bac2aa61f2a76171641bb030f60b6 Mon Sep 17 00:00:00 2001 From: ich777 Date: Wed, 24 Apr 2019 12:15:54 +0200 Subject: [PATCH] Update start-server.sh --- scripts/start-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-server.sh b/scripts/start-server.sh index 0dec2fc..3a2ea10 100644 --- a/scripts/start-server.sh +++ b/scripts/start-server.sh @@ -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}