add missing HTTPS variable setting

This commit is contained in:
ronivay
2020-05-30 19:14:10 +03:00
parent e634929e7d
commit a1d2316ba1

View File

@@ -54,6 +54,9 @@ if [[ $PATH_TO_HTTPS_CERT ]] && [[ $PATH_TO_HTTPS_KEY ]]; then
HTTPS=false HTTPS=false
HTTPSFAIL="- certificate or Key doesn't exist or file is empty" HTTPSFAIL="- certificate or Key doesn't exist or file is empty"
fi fi
else
HTTPS=false
fi fi
# create logpath if doesn't exist # create logpath if doesn't exist