updated to use FEISTY_MEOW_SCAN_REPOS variable instead
[feisty_meow.git] / scripts / system / add_apache_site.sh
index d3d4595d454bd82869da551a3593098c0936a3c4..b3703ae01645679db6f599d98ba317de54d002a8 100644 (file)
@@ -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_SCAN_REPOS"
+#hmmm: take just first item from the repos list!
 fi
 if [ -z "$STORAGE_SUFFIX" ]; then
   STORAGE_SUFFIX="/public"