remove https error message

This commit is contained in:
ronivay
2021-05-03 15:27:23 +03:00
parent bb7c523ddf
commit 373aec180b

View File

@@ -59,7 +59,6 @@ if [[ -s $PATH_TO_HTTPS_CERT ]] && [[ -s $PATH_TO_HTTPS_KEY ]]; then
HTTPS=true HTTPS=true
else else
HTTPS=false HTTPS=false
HTTPSFAIL="- certificate or Key doesn't exist or file is empty"
fi fi
# create logpath if doesn't exist # create logpath if doesn't exist
@@ -1031,7 +1030,7 @@ else
fi fi
echo -e "Port: ${COLOR_WHITE}$PORT${COLOR_N}" echo -e "Port: ${COLOR_WHITE}$PORT${COLOR_N}"
echo -e "HTTPS: ${COLOR_WHITE}${HTTPS}${COLOR_N} ${COLOR_RED}${HTTPSFAIL}${COLOR_N}" echo -e "HTTPS: ${COLOR_WHITE}${HTTPS}${COLOR_N}"
echo -e "Git Branch for source: ${COLOR_WHITE}$BRANCH${COLOR_N}" echo -e "Git Branch for source: ${COLOR_WHITE}$BRANCH${COLOR_N}"
echo -e "Following plugins will be installed: ${COLOR_WHITE}"$PLUGINS"${COLOR_N}" echo -e "Following plugins will be installed: ${COLOR_WHITE}"$PLUGINS"${COLOR_N}"
echo -e "Number of previous installations to preserve: ${COLOR_WHITE}$PRESERVE${COLOR_N}" echo -e "Number of previous installations to preserve: ${COLOR_WHITE}$PRESERVE${COLOR_N}"