From c07a7c05725b389be702b1b5ab44f64b4b54bc4a Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 20 Oct 2020 04:32:22 +0000 Subject: [PATCH] 3.1.0(1) --- includes/gs-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/gs-root.sh b/includes/gs-root.sh index 2b959ca..7c6b1d0 100644 --- a/includes/gs-root.sh +++ b/includes/gs-root.sh @@ -48,7 +48,7 @@ function new_root_check { LOCALADMIN="" else # Check Sudo - SUDOCHECK=$(groups ${CURRENTUSER} | grep 'sudo') + SUDOCHECK=$(groups ${CURRENTUSER} | grep -e 'sudo' -e 'wheel') if [ "$SUDOCHECK" == "" ] then LOCALADMIN="nosudo"