From 07fbc4fcef1066fcc727ead4141012a0c4a85104 Mon Sep 17 00:00:00 2001 From: Thomas Oulevey Date: Sep 14 2016 09:18:59 +0000 Subject: admin check fix for the create_sig.sh. --- diff --git a/scripts/create_sig.sh b/scripts/create_sig.sh index 183446b..d072594 100755 --- a/scripts/create_sig.sh +++ b/scripts/create_sig.sh @@ -98,7 +98,7 @@ ADMIN=false for P in $PERMS do - [[ $P == 'admin' ]] && ADMIN=true; break + [[ $P == 'admin' ]] && ADMIN=true && break done if [ "$ADMIN" != true ]