first commit

This commit is contained in:
Erreur32 2020-03-30 23:19:17 +02:00
parent 3d78339ab5
commit 8c33c58e07
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi
else
echo " code bash found"
sed -i '/cat \/etc\/motd/d' ~/.bashrc
echo -e "\e[92m Code .bashrc remove.\e[0m"
sed -i '/cat \/usr\/bin\/motds32 -g/d' ~/.bashrc
echo -e "\e[92m Code .bashrc removed.\e[0m"
grep -n '/etc/motd' ~/.bashrc
fi