From 53a3353f34ca27d861d38a0b723c7ebc411f47b3 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 5 Oct 2021 13:27:45 -0700 Subject: [PATCH] closing if typo fix --- bin/vhost-enable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)