fixed typo in user

This commit is contained in:
2019-07-03 16:33:28 +02:00
parent 152682a1ab
commit 3df7a70498
+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" ];
while [ "$vh" != "y" ] && [ "$vh" != "n" ]
do
echo -n "Should we allow $user to su? [y|n] "
read yn