projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7732a53
)
typo in command line
author
Chris Koeritz
<fred@gruntose.com>
Mon, 13 Nov 2017 02:43:29 +0000
(21:43 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 13 Nov 2017 02:43:29 +0000
(21:43 -0500)
scripts/site_avenger/standup.sh
patch
|
blob
|
history
diff --git
a/scripts/site_avenger/standup.sh
b/scripts/site_avenger/standup.sh
index d79f7f7ebcc686dd58fc9a3e15d2c71a412ba2c6..7782767447eb2bf57219d1b1bcc48690db307824 100644
(file)
--- 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