improved variable cohesion in site avenger scripts
[feisty_meow.git] / scripts / site_avenger / standup.sh
index ae64d2b877b60d9daf7d86c1aa904f5678e24f3e..7752c59cdfd95476c00c2f838eed5cd7c9701e85 100644 (file)
@@ -57,14 +57,14 @@ source "$WORKDIR/shared_site_mgr.sh"
 
 sep
 
-check_application_dir "$APPLICATION_DIR"
+check_application_dir "$BASE_APPLICATION_PATH"
 
 # find proper webroot where the site will be initialized.
 if [ -z "$app_dirname" ]; then
   # no dir was passed, so guess it.
-  find_app_folder "$APPLICATION_DIR"
+  find_app_folder "$BASE_APPLICATION_PATH"
 else
-  test_app_folder "$APPLICATION_DIR" "$app_dirname"
+  test_app_folder "$BASE_APPLICATION_PATH" "$app_dirname"
 fi
 
 #echo "!! domain being added is: $DOMAIN_NAME"