X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fstandup.sh;h=3f5a08602160aff9900185264644dbef78c3d7cd;hb=187267945b27b007156109234a721ffb08f0e99e;hp=d4beffe074d931c53add212a120a902295dc51e0;hpb=a5d77db4a9c1e15ef835977abe1a5f71fc93c7fd;p=feisty_meow.git diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index d4beffe0..3f5a0860 100644 --- a/scripts/site_avenger/standup.sh +++ b/scripts/site_avenger/standup.sh @@ -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" @@ -79,7 +81,7 @@ sep 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" +powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" "$USER" sep