closing if typo fix

This commit is contained in:
Matthew Saunders Brown 2021-10-05 13:27:45 -07:00
parent 96a60a843e
commit 53a3353f34

View File

@ -94,7 +94,7 @@ if [[ "$macro" == *"VHost"* ]]; then
vhost=$option
else
vhost=$domain
fo
fi
if [[ -d "/srv/www/$vhost" ]]; then
# get and set $username
username=$(stat -c '%U' /srv/www/$vhost)