theo hace 2 años
padre
commit
0b51f131f3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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