Update install.sh
This commit is contained in:
parent
e2336d052d
commit
50204f9c45
1 changed files with 2 additions and 2 deletions
|
@ -150,9 +150,9 @@ fi
|
||||||
|
|
||||||
if [ -f "/usr/bin/motd" ]
|
if [ -f "/usr/bin/motd" ]
|
||||||
then
|
then
|
||||||
ln -s /usr/bin/motds32 /usr/bin/motd
|
echo -e " -->\e[34m motd check \e[92mOK\e[0m\n"
|
||||||
else
|
else
|
||||||
echo -e " -->\e[34m motd check \e[92mOK\e[0m"
|
ln -s /usr/bin/motds32 /usr/bin/motd
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue