From b2bd9f787503189697ac7c0fce46e8537043a60f Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 24 Aug 2021 14:59:23 -0700 Subject: [PATCH] closing if tag --- bin/vhost-deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/vhost-deploy.sh b/bin/vhost-deploy.sh index 6c05b62..f7f9514 100755 --- a/bin/vhost-deploy.sh +++ b/bin/vhost-deploy.sh @@ -41,6 +41,7 @@ done if [ ! -n "$virtualhost" ]; then echo "virtualhost not set" exit 1 +fi if ! vhost::validate_domain $virtualhost; then echo "ERROR: $virtualhost is not a valid domain name."