Skip to content

Commit

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

Added exit for compile settings failure
  • Loading branch information
thijsvanloef authored Feb 14, 2024
2 parents 3aeebf6 + 20a7caa commit e94a651
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 e94a651

Please sign in to comment.