Skip to content

Commit

Permalink
Merge pull request thijsvanloef#383 from Dashboy1998/exit-on-compile-…
Browse files Browse the repository at this point in the history
…settings-failure

Added exit for compile settings failure
  • Loading branch information
thijsvanloef authored Feb 14, 2024
2 parents 785cf04 + a3c97d3 commit 8c6a7d4
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 @@ -92,7 +92,7 @@ if [ "${DISABLE_GENERATE_SETTINGS,,}" = true ]; then
else
printf "\e[0;32m%s\e[0m\n" "*****GENERATING CONFIG*****"
printf "\e[0;32m%s\e[0m\n" "***Using Env vars to create PalWorldSettings.ini***"
/home/steam/server/compile-settings.sh
/home/steam/server/compile-settings.sh || exit
fi

printf "\e[0;32m%s\e[0m\n" "*****GENERATING CRONTAB*****"
Expand Down

0 comments on commit 8c6a7d4

Please sign in to comment.