X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fadd_apache_site.sh;h=b3703ae01645679db6f599d98ba317de54d002a8;hb=aa39ece45a91eb069e997b62e900fa16d356e8e1;hp=ad94e2f993e8d712902740839c2ad5d9f4114115;hpb=433e814670acb50888d9d58b5f77cfa948b23aa9;p=feisty_meow.git diff --git a/scripts/system/add_apache_site.sh b/scripts/system/add_apache_site.sh index ad94e2f9..b3703ae0 100644 --- a/scripts/system/add_apache_site.sh +++ b/scripts/system/add_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="$FEISTY_MEOW_APPS_DIR" + BASE_APPLICATION_PATH="$FEISTY_MEOW_SCAN_REPOS" +#hmmm: take just first item from the repos list! fi if [ -z "$STORAGE_SUFFIX" ]; then STORAGE_SUFFIX="/public"