Skip to content

Commit

Permalink
forgot to close string
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef authored Feb 27, 2024
1 parent 6fbc119 commit 6049118
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 @@ -82,7 +82,7 @@ if [ "${MULTITHREADING,,}" = true ]; then
fi

if [ "${RCON_ENABLED,,}" = true ]; then
STARTCOMMAND+=("-rcon)
STARTCOMMAND+=("-rcon")
fi

if [ "${DISABLE_GENERATE_SETTINGS,,}" = true ]; then
Expand Down

0 comments on commit 6049118

Please sign in to comment.