revised laxer response to synch errors
[feisty_meow.git] / scripts / customize / fred / scripts / refred.sh
index a026b4c61babde3aafc9a13214f3b0d80c76f492..5f981d471fe0147620a71a9876ff1004a8aaeb53 100644 (file)
@@ -11,10 +11,10 @@ function do_refred()
 # than when it's just being sourced.
 if [[ $0 =~ .*refred\.sh.* ]]; then
   source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
-  test_or_die "sourcing the feisty meow environment"
+  exit_on_error "sourcing the feisty meow environment"
   source "$FEISTY_MEOW_SCRIPTS/security/cool_permissionator.sh"
-  test_or_die "sourcing the permission script"
+  exit_on_error "sourcing the permission script"
   do_refred
-  test_or_die "refredding process"
+  continue_on_error "refredding process"
 fi