From b92a220b316b01cbdbd2201efc31f3d81a532630 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 12 Nov 2017 21:43:29 -0500 Subject: [PATCH] typo in command line --- scripts/site_avenger/standup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1