X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fsiteup.sh;h=a63744be2ee02355999c770401ca0c74a3932ded;hb=84586368923f88740f681adeb1a80eef6d647828;hp=e0183dea10e2811c9702cc4d89137189c7f43bba;hpb=306dbab38a3af18dac7e13c8e476cf0a95d78c76;p=feisty_meow.git diff --git a/scripts/site_avenger/siteup.sh b/scripts/site_avenger/siteup.sh index e0183dea..a63744be 100644 --- a/scripts/site_avenger/siteup.sh +++ b/scripts/site_avenger/siteup.sh @@ -6,7 +6,6 @@ # updates a site avenger app. export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. -source "$WORKDIR/shared_site_mgr.sh" ############################ @@ -16,6 +15,8 @@ source "$WORKDIR/shared_site_mgr.sh" app_dirname="$1"; shift repo_name="$1"; shift +source "$WORKDIR/shared_site_mgr.sh" + sep check_application_dir "$APPLICATION_DIR"