Browse Source

Fix grammar

theo 2 years ago
parent
commit
0b51f131f3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      creategroup
  2. 1 1
      createperson

+ 1 - 1
creategroup

@@ -13,7 +13,7 @@ fi
 cn="$1"
 
 if group_exists $cn; then
-    echo "Group $cn already exist." 
+    echo "Group $cn already exists." 
     exit 1
 fi
 

+ 1 - 1
createperson

@@ -31,7 +31,7 @@ done
 pw=$(/usr/sbin/slappasswd -s "salut$uid")
 
 if user_exists $uid; then
-    echo "User $uid already exist." 
+    echo "User $uid already exists." 
     exit 1
 fi