X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fstandup.sh;h=5c3805c1562a495fb5b7da529fe452c8915c2a2a;hb=227fe618d54fc7569e18a2bc46a05655b6965b9b;hp=3f5a08602160aff9900185264644dbef78c3d7cd;hpb=187267945b27b007156109234a721ffb08f0e99e;p=feisty_meow.git diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index 3f5a0860..5c3805c1 100644 --- a/scripts/site_avenger/standup.sh +++ b/scripts/site_avenger/standup.sh @@ -81,7 +81,8 @@ 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" "$USER" +# pass the real user name who should own the files. +powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" "$(logname)" sep