From a5304b9dc3fab2ca1f70bb31f206ed5a11ed3dc9 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 25 Jul 2017 20:56:09 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c269cdb..777c44c 100755 --- a/install.sh +++ b/install.sh @@ -77,7 +77,8 @@ echo "cat /etc/motd" >> /root/.bashrc echo -e "\e[92m - Code bash \e[0madded.\n" else grepmot=`grep '/etc/motd' /root/.bashrc` - echo -e "Code bash found $grepmot \n" + echo -e " \e[1;30m Code bash found:\e[1;31m $grepmot 1;31m\n" + echo -e " \e[34m Code bash: \e[92mOK" #sed -i '/cat \/etc\/motd/d' /root/.bashrc #echo -e "\e[92m Code .bashrc remove.\e[0m" fi