diff --git a/install.sh b/install.sh index 777c44c..c837bb8 100755 --- a/install.sh +++ b/install.sh @@ -77,8 +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 " \e[1;30m Code bash found:\e[1;31m $grepmot 1;31m\n" - echo -e " \e[34m Code bash: \e[92mOK" + echo -e " \e[1;30m Code bash found:\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" fi