diff --git a/bin/vhost-enable.sh b/bin/vhost-enable.sh index 8c85513..e61b57f 100755 --- a/bin/vhost-enable.sh +++ b/bin/vhost-enable.sh @@ -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)