From 520e30d5de7ca35be9b9b546d59f3e3e26bccc93 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 5 Dec 2020 13:16:44 +0100 Subject: [PATCH] add control --- bin/vhost-add | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/vhost-add b/bin/vhost-add index 516187e..4d0be8d 100755 --- a/bin/vhost-add +++ b/bin/vhost-add @@ -77,6 +77,7 @@ SYSTEM_USER_PASSWORD=$( ) exit_if_empty "$SYSTEM_USER_USERNAME" "Aborded! (SYSTEM_USERNAME_EMPTY)" +exit_if_empty "$MOD_FCGI" "Aborded! (MOD_FCGI_EMPTY)" ################ # Confirmation #