fixed typos

This commit is contained in:
2019-10-13 11:21:09 +02:00
parent c10b3e83cd
commit f97feda0a5
2 changed files with 13 additions and 5 deletions
+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
while [ "$vh" != "y" ] && [ "$vh" != "n" ]
while [ "$yn" != "y" ] && [ "$yn" != "n" ]
do
echo -n "Should we allow $user to su? [y|n] "
read yn