Update install.sh
This commit is contained in:
parent
97010faabd
commit
459e53c3c4
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@ fi
|
||||||
|
|
||||||
if [ -f "/usr/bin/motd" ]
|
if [ -f "/usr/bin/motd" ]
|
||||||
then
|
then
|
||||||
echo -e " -->\e[34m motd already \e[92minstalled\e[0m"
|
|
||||||
else
|
|
||||||
ln -s /usr/bin/motds32 /usr/bin/motd
|
ln -s /usr/bin/motds32 /usr/bin/motd
|
||||||
|
else
|
||||||
|
echo -e " -->\e[34m motd already \e[92minstalled\e[0m"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue