Skip to content

Commit

Permalink
Merge pull request #258 from BongoEADGC6/feature/rcon-config-formatting
Browse files Browse the repository at this point in the history
Add quotes to rcon.yaml password
  • Loading branch information
thijsvanloef authored Feb 2, 2024
2 parents eb3d302 + a245583 commit b729ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ fi
cat >/home/steam/server/rcon.yaml <<EOL
default:
address: "127.0.0.1:${RCON_PORT}"
password: ${ADMIN_PASSWORD}
password: "${ADMIN_PASSWORD}"
EOL

printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
Expand Down

0 comments on commit b729ec8

Please sign in to comment.