add missing HTTPS variable setting
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user