refactored to make next refactoring easier
[feisty_meow.git] / scripts / site_avenger / siteup.sh
index 511a561734bfdad51925a69afe95162efd36bcff..e0183dea10e2811c9702cc4d89137189c7f43bba 100644 (file)
@@ -8,9 +8,6 @@
 export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
 source "$WORKDIR/shared_site_mgr.sh"
 
-# get our defaults.
-source "$WORKDIR/site_avenger.config"
-
 ############################
 
 # main body of script.
@@ -44,7 +41,7 @@ sep
 
 # this should set the site_store_path variable if everything goes well.
 update_repo "$full_app_dir" "$CHECKOUT_DIR_NAME" "$DEFAULT_REPOSITORY_ROOT" "$repo_name"
-test_or_fail "Updating the repository storage directory"
+test_or_die "Updating the repository storage directory"
 
 ####