X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Frefresh_gffs_build.sh;h=66f1028e480f5c3288d0a03dc0e99b6e4c009516;hb=26b81aaf7b621e8a73fe212b2fef730ae9b10921;hp=3476b1ba8f8a735f94ad4fcb7ad720d58058ab2a;hpb=4449adcb354c8617994a11ee1d62f1f642764fa5;p=feisty_meow.git diff --git a/scripts/buildor/refresh_gffs_build.sh b/scripts/buildor/refresh_gffs_build.sh index 3476b1ba..66f1028e 100644 --- a/scripts/buildor/refresh_gffs_build.sh +++ b/scripts/buildor/refresh_gffs_build.sh @@ -14,12 +14,12 @@ echo cleaning out the logs directory... echo making a simple starting log file for container... if [ ! -d "$GFFS_LOGS" ]; then mkdir -p "$GFFS_LOGS" - test_or_fail Making GFFS logs directory. + exit_on_error Making GFFS logs directory. fi echo building the code freshly, although not with a clean first... build_gffs -test_or_fail Building GFFS source code. +exit_on_error Building GFFS source code. echo starting container now and spooling its log file... (bash $GFFS_TOOLKIT_ROOT/library/maybe_restart_container.sh &>$TMP/main_container_restarting.log & )