X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fremove_apache_site.sh;h=4465a759d100d155ce14f85335861c209fb44297;hb=22d314ce2d5c2a755ae98112fdfed9879233e194;hp=6d23e7ab7205e3a146ee0e359a8627a4bc914ff7;hpb=78ed23618219fa042729b66c51d4185af67fdabe;p=feisty_meow.git diff --git a/scripts/system/remove_apache_site.sh b/scripts/system/remove_apache_site.sh index 6d23e7ab..4465a759 100644 --- a/scripts/system/remove_apache_site.sh +++ b/scripts/system/remove_apache_site.sh @@ -12,7 +12,8 @@ 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_REPOS_SCAN" +#hmmm: take just first item! fi if [ -z "$STORAGE_SUFFIX" ]; then STORAGE_SUFFIX="/public"