change default vhost folder to app/web
This commit is contained in:
@@ -40,6 +40,7 @@ adduser "$user"
|
||||
sed -i "s/$user:\/bin\/ash/$user:\/bin\/bash/g" /etc/passwd
|
||||
|
||||
# TODO limiting su to the admin group
|
||||
yn="reset"
|
||||
while [ "$yn" != "y" ] && [ "$yn" != "n" ]
|
||||
do
|
||||
echo -n "Should we allow $user to su? [y|n] "
|
||||
|
||||
Reference in New Issue
Block a user