X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsite_avenger%2Favcoreup.sh;fp=scripts%2Fsite_avenger%2Favcoreup.sh;h=aa4af787bc32cb6de8f44de55afae1825d3f84b4;hb=170a8e062d9283e65716e7aa55930ade13a66f7a;hp=2fc6e46cbb6a6a62cc2ba9c949accdb8e379d6af;hpb=7b89ef73b80a77a4ebf1109c47a381249bae6bdc;p=feisty_meow.git diff --git a/scripts/site_avenger/avcoreup.sh b/scripts/site_avenger/avcoreup.sh index 2fc6e46c..aa4af787 100644 --- a/scripts/site_avenger/avcoreup.sh +++ b/scripts/site_avenger/avcoreup.sh @@ -36,7 +36,7 @@ full_app_dir="$APPLICATION_DIR/$app_dirname" # simplistic approach here; just go to the folder and pull the changes. pushd "$full_app_dir" &>/dev/null -test_or_fail "Changing to app path '$full_app_dir'" +test_or_die "Changing to app path '$full_app_dir'" dir="avenger5/vendor/siteavenger/avcore" if [ ! -d $dir ]; then @@ -45,7 +45,7 @@ else pushd "$dir" &>/dev/null git pull - test_or_fail "Pulling git repo for avcore under '$full_app_dir'" + test_or_die "Pulling git repo for avcore under '$full_app_dir'" echo "Finished updating the avcore portion of site in ${app_dirname}."