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