create_vhost.sh: fix error settinmg variable '_https_only'.

This commit is contained in:
Christoph 2020-12-28 18:14:23 +01:00
parent b15c67a405
commit 81a6ea2c6c

View File

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