first commit
This commit is contained in:
parent
3d78339ab5
commit
8c33c58e07
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue