From 373aec180bad10e23bfbd21ea6b82e0c2a92e31b Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 3 May 2021 15:27:23 +0300 Subject: [PATCH] remove https error message --- xo-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index f835d9a..afee7b2 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -59,7 +59,6 @@ if [[ -s $PATH_TO_HTTPS_CERT ]] && [[ -s $PATH_TO_HTTPS_KEY ]]; then HTTPS=true else HTTPS=false - HTTPSFAIL="- certificate or Key doesn't exist or file is empty" fi # create logpath if doesn't exist @@ -1031,7 +1030,7 @@ else fi 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 "Following plugins will be installed: ${COLOR_WHITE}"$PLUGINS"${COLOR_N}" echo -e "Number of previous installations to preserve: ${COLOR_WHITE}$PRESERVE${COLOR_N}"