Update install.sh

This commit is contained in:
Erreur32 2017-07-25 20:56:09 +02:00
parent 5b7c9b4d44
commit a5304b9dc3
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +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 "Code bash found $grepmot \n"
echo -e " \e[1;30m Code bash found:\e[1;31m $grepmot 1;31m\n"
echo -e " \e[34m Code bash: \e[92mOK"
#sed -i '/cat \/etc\/motd/d' /root/.bashrc
#echo -e "\e[92m Code .bashrc remove.\e[0m"
fi