re-added sudo grab at top of script
authorChris Koeritz <fred@gruntose.com>
Tue, 13 Mar 2018 15:51:55 +0000 (11:51 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 13 Mar 2018 15:51:55 +0000 (11:51 -0400)
scripts/site_avenger/standup.sh

index 9fca8cb7c2d54261cd76834bba9a56192342137b..c4a6cb2606b98537e1dfcc8a2216a28991a173ba 100644 (file)
@@ -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"