From 26bcba63f592f234eaeb6a1de55abeb7569ba8e0 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 15:35:03 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.sh b/Install.sh index b8f9ced..f48acec 100755 --- a/Install.sh +++ b/Install.sh @@ -45,7 +45,7 @@ echo "cat /etc/motd" >> /root/.bashrc if [ -f "/etc/motds32/Stats32" ] then - echo -e "Stats32 already installed" + echo -e " --> Stats32 already installed" else mkdir /etc/motds32; cp Stats32 /etc/motds32/Stats32 -Rf @@ -53,7 +53,7 @@ fi if [ -f /usr/bin/motd ] then - echo -e "motd already installed" + echo -e " --> motd already installed" else ln -s /usr/bin/motds32 /usr/bin/motd