fixed typo in user

This commit is contained in:
2019-07-03 16:26:33 +02:00
parent f7870be56d
commit 3f80d97e65
+1 -1
View File
@@ -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