Skip to content

Commit

Permalink
Added exit for compile settings failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 13, 2024
1 parent 72bfb53 commit 1a2090a
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

rm -f "/home/steam/server/crontab"
Expand Down

0 comments on commit 1a2090a

Please sign in to comment.