typo in command line
authorChris Koeritz <fred@gruntose.com>
Mon, 13 Nov 2017 02:43:29 +0000 (21:43 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 13 Nov 2017 02:43:29 +0000 (21:43 -0500)
scripts/site_avenger/standup.sh

index d79f7f7ebcc686dd58fc9a3e15d2c71a412ba2c6..7782767447eb2bf57219d1b1bcc48690db307824 100644 (file)
@@ -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