closing if tag

This commit is contained in:
Matthew Saunders Brown 2021-08-24 14:59:23 -07:00
parent 08163c1790
commit b2bd9f7875

View File

@ -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."