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