From fac3136524dd1d4561642b61eff8c0d94ead9a51 Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 18 Dec 2019 16:25:59 +0100 Subject: [PATCH] Fix add user to group. Check if group 1 doesn't exist, create it --- shell/functions.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/functions.sh b/shell/functions.sh index 43edb1c..a7e80f3 100755 --- a/shell/functions.sh +++ b/shell/functions.sh @@ -666,5 +666,3 @@ function rm_contact(){ fi } - -$@