first commit
This commit is contained in:
parent
747593c241
commit
37a4f78687
1 changed files with 3 additions and 3 deletions
|
@ -169,7 +169,7 @@ tput cup 11 0
|
|||
echo -e " -->\e[31m figlet not FOUND\e[0m"
|
||||
else
|
||||
cp -Rf fonts/chunky.flf /usr/share/figlet/
|
||||
echo -e " -->\e[34m figlet & font \e[92mOK\e[0m"
|
||||
echo -e " -->\e[34m figlet&font \e[92mOK\e[0m"
|
||||
fi
|
||||
|
||||
# Check if motd is installed correctly
|
||||
|
@ -222,7 +222,7 @@ if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi
|
|||
|
||||
if [ -f "/etc/motds32/Stats32" ]
|
||||
then
|
||||
echo -e " -->\e[34m Stats32 \e[92mFOUND\e[0m"
|
||||
echo -e " -->\e[34m Stats32 \e[92mOK\e[0m"
|
||||
cp Stats32 /etc/motds32/Stats32 -Rf
|
||||
else
|
||||
cp Stats32 /etc/motds32/Stats32 -Rf
|
||||
|
@ -235,7 +235,7 @@ if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi
|
|||
echo -e " -->\e[31m figlet not FOUND\e[0m"
|
||||
else
|
||||
cp -Rf fonts/chunky.flf /usr/share/figlet/
|
||||
echo -e " -->\e[34m Font figlet \e[92mOK\e[0m"
|
||||
echo -e " -->\e[34m figlet&font \e[92mOK\e[0m"
|
||||
fi
|
||||
|
||||
# Check if motd ins talled correctly
|
||||
|
|
Loading…
Reference in a new issue