X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fadd_apache_site.sh;h=c8c53a491c9d79eaed6a9e260cb6e0907c244577;hb=4204451f41c3b8c6b8e2abc0cbd8748bb02216ca;hp=d3d4595d454bd82869da551a3593098c0936a3c4;hpb=79562d8c24ba1d79fb91ab22ca0d534bc77efac0;p=feisty_meow.git diff --git a/scripts/system/add_apache_site.sh b/scripts/system/add_apache_site.sh index d3d4595d..c8c53a49 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="$HOME/apps" + BASE_APPLICATION_PATH="$FEISTY_MEOW_REPOS_SCAN" +#hmmm: take just first item from the repos list! fi if [ -z "$STORAGE_SUFFIX" ]; then STORAGE_SUFFIX="/public"