Browse Source

Fixed remaining bit of french

theo 2 years ago
parent
commit
ddb4840f5c
2 changed files with 3 additions and 3 deletions
  1. 2 2
      createperson
  2. 1 1
      removeperson

+ 2 - 2
createperson

@@ -23,7 +23,7 @@ userPassword: $pw"
 
 echo "$user" | ldapadd $LDAPOPTS
 
-read -p "User added. Do you want to make it a posixAccount? [o/N] " a
+read -p "User added. Do you want to make it a posixAccount? [y/N] " a
 
 case $a in
     y*|o* )
@@ -32,7 +32,7 @@ case $a in
         true;;
 esac
 
-read -p "User added. Do you want to add them to groups ? [o/N] " a
+read -p "User added. Do you want to add them to groups ? [y/N] " a
 
 case $a in
     y*|o* )

+ 1 - 1
removeperson

@@ -10,7 +10,7 @@ else
     exit 1
 fi
 
-read -p "Are you sure you want to delete user $uid [o/N] " a
+read -p "Are you sure you want to delete user $uid [y/N] " a
 
 case $a in
     y*|o* )