Update install.sh
This commit is contained in:
parent
cb29fd4a1b
commit
a7a06e6642
1 changed files with 3 additions and 2 deletions
|
@ -70,11 +70,12 @@ echo -e "\n\n"
|
||||||
|
|
||||||
if [ `grep -c /etc/motd /root/.bashrc` == 0 ]
|
if [ `grep -c /etc/motd /root/.bashrc` == 0 ]
|
||||||
then
|
then
|
||||||
echo "code bash missing\n"
|
echo -e "code bash missing\n"
|
||||||
echo "cat /etc/motd" >> /root/.bashrc
|
echo "cat /etc/motd" >> /root/.bashrc
|
||||||
echo -e "\e[92m Code bash added.\e[0m"
|
echo -e "\e[92m Code bash added.\e[0m"
|
||||||
else
|
else
|
||||||
echo "Code bash found" ; grep '/etc/motd' /root/.bashrc
|
echo -e "Code bash found"
|
||||||
|
grep '/etc/motd' /root/.bashrc
|
||||||
#sed -i '/cat \/etc\/motd/d' /root/.bashrc
|
#sed -i '/cat \/etc\/motd/d' /root/.bashrc
|
||||||
#echo -e "\e[92m Code .bashrc remove.\e[0m"
|
#echo -e "\e[92m Code .bashrc remove.\e[0m"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue