Skip to content

Commit

Permalink
run.sh: fix missing newline (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach authored Sep 11, 2024
1 parent 6387ad6 commit 8679f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi

# GameUserSettings.ini settings
if [[ "${DISABLESEASONALEVENTS,,}" == "true" ]]; then
printf "Disabling seasonal events"
printf "Disabling seasonal events\\n"
DISABLESEASONALEVENTS="-DisableSeasonalEvents"
else
DISABLESEASONALEVENTS=""
Expand Down Expand Up @@ -102,4 +102,4 @@ fi

cd /config/gamefiles || exit 1

exec ./FactoryServer.sh -Port="$SERVERGAMEPORT" -ini:Engine:[HTTPServer.Listeners]:DefaultBindAddress=any "${ini_args[@]}" "$@"
exec ./FactoryServer.sh -Port="$SERVERGAMEPORT" -ini:Engine:[HTTPServer.Listeners]:DefaultBindAddress=any "${ini_args[@]}" "$@"

0 comments on commit 8679f21

Please sign in to comment.