X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fsitepush.sh;h=79156ea2ac76bb02e1ea1c28e2c0748321a4d552;hb=dd74823e9ff7b8b8cdfb709211f06d3e95bcdc83;hp=22574e27005aec0e3083780aa564acf659815d25;hpb=306dbab38a3af18dac7e13c8e476cf0a95d78c76;p=feisty_meow.git diff --git a/scripts/site_avenger/sitepush.sh b/scripts/site_avenger/sitepush.sh index 22574e27..79156ea2 100644 --- a/scripts/site_avenger/sitepush.sh +++ b/scripts/site_avenger/sitepush.sh @@ -6,7 +6,6 @@ # checks the chosen site into the online git repository. 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"