From 2a9311db03f8b8b918723cc581c3a4a1056584af Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Fri, 21 Jul 2017 01:37:20 +0200 Subject: [PATCH] Update unisntall.sh --- unisntall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unisntall.sh b/unisntall.sh index 5532e1e..8b0ec8a 100755 --- a/unisntall.sh +++ b/unisntall.sh @@ -52,8 +52,8 @@ fi if [ `grep -c /etc/motd /root/.bashrc` == 0 ] then echo "Code bash not founded" -echo "cat /etc/motd" >> /root/.bashrc -echo -e "\e[92m Code .bashrc added.\e[0m" +#echo "cat /etc/motd" >> /root/.bashrc +#echo -e "\e[92m Code .bashrc added.\e[0m" else echo "code bash founded" sed -i '/cat \/etc\/motd/d' /root/.bashrc