fixed typo in user
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ adduser "$user"
|
|||||||
sed -i "s/$user:\/bin\/ash/$user:\/bin\/bash/g" /etc/passwd
|
sed -i "s/$user:\/bin\/ash/$user:\/bin\/bash/g" /etc/passwd
|
||||||
|
|
||||||
# TODO limiting su to the admin group
|
# TODO limiting su to the admin group
|
||||||
whie [ "$vh" != "y" ] && [ "$vh" != "n" ]
|
whie [ "$vh" != "y" ] && [ "$vh" != "n" ];
|
||||||
do
|
do
|
||||||
echo -n "Should we allow $user to su? [y|n] "
|
echo -n "Should we allow $user to su? [y|n] "
|
||||||
read yn
|
read yn
|
||||||
|
|||||||
Reference in New Issue
Block a user