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:
a3b8a80
)
re-added sudo grab at top of script
author
Chris Koeritz
<fred@gruntose.com>
Tue, 13 Mar 2018 15:51:55 +0000
(11:51 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 13 Mar 2018 15:51:55 +0000
(11:51 -0400)
scripts/site_avenger/standup.sh
patch
|
blob
|
history
diff --git
a/scripts/site_avenger/standup.sh
b/scripts/site_avenger/standup.sh
index 9fca8cb7c2d54261cd76834bba9a56192342137b..c4a6cb2606b98537e1dfcc8a2216a28991a173ba 100644
(file)
--- a/
scripts/site_avenger/standup.sh
+++ b/
scripts/site_avenger/standup.sh
@@
-49,8
+49,7
@@
fi
# force the sudo at the start of the script, rather than waiting halfway
# through to ask for access.
-#sudo bash -c 'echo sudo permissions acquired.'
-#hmmm: no longer necessary since whole script is sudoized from alias.
+sudo bash -c 'echo sudo permissions acquired.'
source "$WORKDIR/shared_site_mgr.sh"