Update install.sh
This commit is contained in:
parent
287a43a8aa
commit
e2336d052d
1 changed files with 11 additions and 7 deletions
18
install.sh
18
install.sh
|
@ -104,13 +104,6 @@ if [ -f "/etc/motds32/Stats32" ]
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ -f "/usr/bin/motd" ]
|
|
||||||
then
|
|
||||||
ln -s /usr/bin/motds32 /usr/bin/motd
|
|
||||||
else
|
|
||||||
echo -e " -->\e[34m motd check \e[92mOK\e[0m"
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo -e " -->\e[34m Check files: \e[92mOK\n"
|
echo -e " -->\e[34m Check files: \e[92mOK\n"
|
||||||
#echo -ne '\e[0m #########(50%)\r'
|
#echo -ne '\e[0m #########(50%)\r'
|
||||||
|
@ -153,6 +146,17 @@ stty $old2_stty_cfg
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if [ -f "/usr/bin/motd" ]
|
||||||
|
then
|
||||||
|
ln -s /usr/bin/motds32 /usr/bin/motd
|
||||||
|
else
|
||||||
|
echo -e " -->\e[34m motd check \e[92mOK\e[0m"
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
#echo -ne '\e[0m ##################(90%)\r'
|
#echo -ne '\e[0m ##################(90%)\r'
|
||||||
#sleep 1
|
#sleep 1
|
||||||
#echo -e "\n"
|
#echo -e "\n"
|
||||||
|
|
Loading…
Reference in a new issue