From a1d2316ba1cd541c1bbcd90b28e95f1deaf0cf58 Mon Sep 17 00:00:00 2001 From: ronivay Date: Sat, 30 May 2020 19:14:10 +0300 Subject: [PATCH] add missing HTTPS variable setting --- xo-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xo-install.sh b/xo-install.sh index b72444b..de1d0b9 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -54,6 +54,9 @@ if [[ $PATH_TO_HTTPS_CERT ]] && [[ $PATH_TO_HTTPS_KEY ]]; then HTTPS=false HTTPSFAIL="- certificate or Key doesn't exist or file is empty" fi +else + HTTPS=false + fi # create logpath if doesn't exist