From ebbb0ff99f5d15cf46f79bed83b3e047945bca4a Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 19:50:41 +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 b7cf23b..2f56524 100755 --- a/Install.sh +++ b/Install.sh @@ -113,9 +113,9 @@ fi set -f if crontab -l | grep -q '^/usr/bin/motds32$' && echo 'entry exists'; then - echo '\nCrontab entry already exist' + echo -e '\nCrontab entry already exist' else - echo '\nCrontab entry does not exist ...' + echo -e '\nCrontab entry does not exist ...' crontab << FIN $(crontab -l)