From 9673d72a824c63ca3013f4a36a13082c62f7813f Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Thu, 8 Nov 2001 15:23:55 +0000 Subject: new support for snf --- init-sh/grpuser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh/grpuser.sh') diff --git a/init-sh/grpuser.sh b/init-sh/grpuser.sh index 7186ff5..31b6996 100755 --- a/init-sh/grpuser.sh +++ b/init-sh/grpuser.sh @@ -78,7 +78,7 @@ IsUserExisting() { } RefreshAdd() { - if [[ ${SECURE_LEVEL} > 2 ]]; then + if [[ ${SECURE_LEVEL} == 3 || ${SECURE_LEVEL} == 4 || ${SECURE_LEVEL} == 5 || ${SECURE_LEVEL} == snf ]]; then echo "You are in a secure level > 2, in this level you need to add group user by yourself." echo "Use the command : usermod -G group_name user_name" exit 1; -- cgit v1.2.1