back into development
[feisty_meow.git] / scripts / site_avenger / standup.sh
index 56684b9cefd8d3bbdc06bb433f6345cb05be7d71..3f5a08602160aff9900185264644dbef78c3d7cd 100644 (file)
@@ -66,6 +66,8 @@ else
   test_app_folder "$APPLICATION_DIR" "$app_dirname"
 fi
 
+echo "!! domain being added is: $DOMAIN_NAME"
+
 add_domain "$DOMAIN_NAME"
 test_or_die "Setting up domain: $DOMAIN_NAME"
 
@@ -76,7 +78,10 @@ test_or_die "Setting up apache site for: $APPLICATION_NAME"
 
 sep
 
-powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME"
+echo about to do powerup with: app="$APPLICATION_NAME" repo="$REPO_NAME" theme="$THEME_NAME"
+echo default repo is "$DEFAULT_REPOSITORY_ROOT" 
+
+powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" "$USER"
 
 sep