From ddccfd5fd9f54b9b29382a72d9334e8c35698b3f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 13 Mar 2018 11:51:55 -0400 Subject: [PATCH] re-added sudo grab at top of script --- scripts/site_avenger/standup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.34.1