From: Chris Koeritz Date: Tue, 13 Mar 2018 15:51:55 +0000 (-0400) Subject: re-added sudo grab at top of script X-Git-Tag: 2.140.110^2~7 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=ddccfd5fd9f54b9b29382a72d9334e8c35698b3f re-added sudo grab at top of script --- diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index 9fca8cb7..c4a6cb26 100644 --- 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"