update info icons for http server autoselect/choice

This commit is contained in:
Adrien Marquès 2018-06-11 16:19:50 +02:00
parent bdb704897f
commit 156df26412
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ if [ "$ncandidates" -lt 1 ]; then
elif [ "$ncandidates" -eq 1 ]; then elif [ "$ncandidates" -eq 1 ]; then
echo; echo;
echo -e " \e[33m$candidates\e[0m http server has been found. a reverse proxy will be" 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"; echo -e " do you want to use $candidates ? \e[33my\e[0m/\e[33mn\e[0m";
read -p " > " -n1 install; echo; read -p " > " -n1 install; echo;
@ -132,7 +132,7 @@ elif [ "$ncandidates" -eq 1 ]; then
else else
echo; echo;
echo -e " multiple http server candidates have been found. a reverse proxy will be" 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 " please choose the http server one you want to use:"
echo -e " (0) \e[33mabort\e[0m" echo -e " (0) \e[33mabort\e[0m"
i="1"; i="1";