X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Favcoreup.sh;h=f759494973e4b686b50d8d61807810e89869dfef;hb=fa9818c39bf0935d856930b42d4b822d141e10ff;hp=0aeae721aa245acbf276cf504a448edf27cddfa2;hpb=306dbab38a3af18dac7e13c8e476cf0a95d78c76;p=feisty_meow.git diff --git a/scripts/site_avenger/avcoreup.sh b/scripts/site_avenger/avcoreup.sh index 0aeae721..f7594949 100644 --- a/scripts/site_avenger/avcoreup.sh +++ b/scripts/site_avenger/avcoreup.sh @@ -6,7 +6,6 @@ # updates just the site avenger core portion of an app. export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. -source "$WORKDIR/shared_site_mgr.sh" ############################ @@ -15,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"