From a7a06e6642fa44671418a90d213081c721f7de1a Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Fri, 21 Jul 2017 01:35:23 +0200 Subject: [PATCH] Update install.sh --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index bf47ce3..382f3ac 100755 --- a/install.sh +++ b/install.sh @@ -70,11 +70,12 @@ echo -e "\n\n" if [ `grep -c /etc/motd /root/.bashrc` == 0 ] then - echo "code bash missing\n" + echo -e "code bash missing\n" echo "cat /etc/motd" >> /root/.bashrc echo -e "\e[92m Code bash added.\e[0m" else - echo "Code bash found" ; grep '/etc/motd' /root/.bashrc + echo -e "Code bash found" + grep '/etc/motd' /root/.bashrc #sed -i '/cat \/etc\/motd/d' /root/.bashrc #echo -e "\e[92m Code .bashrc remove.\e[0m" fi