create_vhost.sh: fix error settinmg variable '_https_only'.
This commit is contained in:
parent
b15c67a405
commit
81a6ea2c6c
@ -1602,7 +1602,7 @@ if $_https && [[ -z "$_https_only" ]]; then
|
|||||||
if [[ "$OK" = "no" ]] ; then
|
if [[ "$OK" = "no" ]] ; then
|
||||||
_https_only=false
|
_https_only=false
|
||||||
else
|
else
|
||||||
_https_only=yes
|
_https_only=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user