X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Favcoreup.sh;h=f759494973e4b686b50d8d61807810e89869dfef;hb=fc0c30c2b8ba564812510f0586b7edda8220b5ea;hp=6462dea20f0faf3e2a8948a3adbe59ebb00fe3e0;hpb=d1413a80a384c0849c18466ff06d3054de7fc2f6;p=feisty_meow.git diff --git a/scripts/site_avenger/avcoreup.sh b/scripts/site_avenger/avcoreup.sh index 6462dea2..f7594949 100644 --- a/scripts/site_avenger/avcoreup.sh +++ b/scripts/site_avenger/avcoreup.sh @@ -7,8 +7,6 @@ export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. -source "$WORKDIR/shared_site_mgr.sh" - ############################ # main body of script. @@ -16,6 +14,8 @@ source "$WORKDIR/shared_site_mgr.sh" # check for parameters. app_dirname="$1"; shift +source "$WORKDIR/shared_site_mgr.sh" + sep check_application_dir "$APPLICATION_DIR"