closing if typo fix
This commit is contained in:
parent
96a60a843e
commit
53a3353f34
|
@ -94,7 +94,7 @@ if [[ "$macro" == *"VHost"* ]]; then
|
||||||
vhost=$option
|
vhost=$option
|
||||||
else
|
else
|
||||||
vhost=$domain
|
vhost=$domain
|
||||||
fo
|
fi
|
||||||
if [[ -d "/srv/www/$vhost" ]]; then
|
if [[ -d "/srv/www/$vhost" ]]; then
|
||||||
# get and set $username
|
# get and set $username
|
||||||
username=$(stat -c '%U' /srv/www/$vhost)
|
username=$(stat -c '%U' /srv/www/$vhost)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user