Browse Source

fixed typo in user

Bachir Soussi Chiadmi 4 years ago
parent
commit
3f80d97e65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/user.sh

+ 1 - 1
bin/user.sh

@@ -40,7 +40,7 @@ adduser "$user"
 sed -i "s/$user:\/bin\/ash/$user:\/bin\/bash/g" /etc/passwd
 
 # TODO limiting su to the admin group
-whie [ "$vh" != "y" ] && [ "$vh" != "n" ]
+whie [ "$vh" != "y" ] && [ "$vh" != "n" ];
 do
   echo -n "Should we allow $user to su? [y|n] "
   read yn