X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fstandup.sh;h=bb9d07000c778490a9d711e646213250c3e17b0e;hb=51d8b4e834cb9363728cd73f15162304e2f15061;hp=56684b9cefd8d3bbdc06bb433f6345cb05be7d71;hpb=fbfb7321ab7a30cde5b99047854e18841d280f29;p=feisty_meow.git diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index 56684b9c..bb9d0700 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" @@ -76,6 +78,9 @@ test_or_die "Setting up apache site for: $APPLICATION_NAME" 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" sep