From ce97d3fd3adb619b76c91e31e50551a3d9726f64 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 15:32:43 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.sh b/Install.sh index 6470462..c1bac97 100755 --- a/Install.sh +++ b/Install.sh @@ -36,14 +36,14 @@ ## clean terminal clear; - +echo "\n" ## Install command in bashrc echo "cat /etc/motd" >> /root/.bashrc ## Insdtall modules -if [ -f /etc/motds32/Stats32] +if [ -f "/etc/motds32/Stats32" ] then echo -e "Stats32 already installed" else @@ -51,7 +51,7 @@ if [ -f /etc/motds32/Stats32] cp Stats32 /etc/motds32/Stats32 -Rf fi -if [ -f /usr/bin/motd] +if [ -f /usr/bin/motd ] then echo -e "motd already installed" else