From 156df26412bd391cc5ec5d961bc15395f492581a Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 11 Jun 2018 16:19:50 +0200 Subject: [PATCH] update info icons for http server autoselect/choice --- install-scripts/installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/installer b/install-scripts/installer index b77d611..bff811a 100644 --- a/install-scripts/installer +++ b/install-scripts/installer @@ -117,7 +117,7 @@ if [ "$ncandidates" -lt 1 ]; then elif [ "$ncandidates" -eq 1 ]; then echo; echo -e " \e[33m$candidates\e[0m http server has been found. a reverse proxy will be" - echo -e "\e[31m/!\\\\\e[0m installed in order for the project to be remotely accessible."; + echo -e "\e[34m(!)\e[0m installed in order for the project to be remotely accessible."; echo -e " do you want to use $candidates ? \e[33my\e[0m/\e[33mn\e[0m"; read -p " > " -n1 install; echo; @@ -132,7 +132,7 @@ elif [ "$ncandidates" -eq 1 ]; then else echo; echo -e " multiple http server candidates have been found. a reverse proxy will be" - echo -e "\e[31m/!\\\\\e[0m installed in order for the project to be remotely accessible."; + echo -e "\e[34m(!)\e[0m installed in order for the project to be remotely accessible."; echo -e " please choose the http server one you want to use:" echo -e " (0) \e[33mabort\e[0m" i="1";