From 81a6ea2c6c3e0b14783bb7c554ad2cabe9d43a3c Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 28 Dec 2020 18:14:23 +0100 Subject: [PATCH] create_vhost.sh: fix error settinmg variable '_https_only'. --- create_vhost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_vhost.sh b/create_vhost.sh index 3ccf194..dd85b1a 100755 --- a/create_vhost.sh +++ b/create_vhost.sh @@ -1602,7 +1602,7 @@ if $_https && [[ -z "$_https_only" ]]; then if [[ "$OK" = "no" ]] ; then _https_only=false else - _https_only=yes + _https_only=true fi fi