X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fremove_apache_site.sh;h=0156846076a77e78728dec4e5319780f8b7b1725;hb=433e814670acb50888d9d58b5f77cfa948b23aa9;hp=6d23e7ab7205e3a146ee0e359a8627a4bc914ff7;hpb=02f3a74a1e00cf3e8203cb1b5d78a80baf01c2a7;p=feisty_meow.git diff --git a/scripts/system/remove_apache_site.sh b/scripts/system/remove_apache_site.sh index 6d23e7ab..01568460 100644 --- a/scripts/system/remove_apache_site.sh +++ b/scripts/system/remove_apache_site.sh @@ -12,7 +12,7 @@ source "$FEISTY_MEOW_SCRIPTS/system/common_sysadmin.sh" # some convenient defaults for our current usage. if [ -z "$BASE_APPLICATION_PATH" ]; then - BASE_APPLICATION_PATH="$HOME/apps" + BASE_APPLICATION_PATH="$FEISTY_MEOW_APPS_DIR" fi if [ -z "$STORAGE_SUFFIX" ]; then STORAGE_SUFFIX="/public"