change default vhost folder to app/web

This commit is contained in:
2019-10-13 12:47:45 +02:00
parent 3f0d9fb4ac
commit 82ef2eb885
6 changed files with 8 additions and 7 deletions
+1
View File
@@ -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] "