Update install.sh

This commit is contained in:
Erreur32 2017-07-25 21:35:09 +02:00
parent f2852f85be
commit 69e54d66e9
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ 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[0m>>\e[1;31m $grepmot \e[0m<<\n"
echo -e " \e[1;30m Code bash found: \e[0m>>\e[0m $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"