From: Chris Koeritz Date: Mon, 13 Nov 2017 02:43:29 +0000 (-0500) Subject: typo in command line X-Git-Tag: 2.140.98^2~2^2~4 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=b92a220b316b01cbdbd2201efc31f3d81a532630;p=feisty_meow.git typo in command line --- diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index d79f7f7e..77827674 100644 --- a/scripts/site_avenger/standup.sh +++ b/scripts/site_avenger/standup.sh @@ -82,7 +82,7 @@ echo about to do powerup with: app="$APPLICATION_NAME" repo="$REPO_NAME" theme=" echo default repo is "$DEFAULT_REPOSITORY_ROOT" # pass the real user name who should own the files. -sudo su -u $(logname) bash "$WORKDIR/powerup.sh" "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" +sudo -u $(logname) bash "$WORKDIR/powerup.sh" "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" # "$(logname)" sep