From c5ed3ad776680e6dbcd30f0158000572a78541b1 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 18:53:30 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.sh b/Install.sh index 9481790..ce13ad0 100755 --- a/Install.sh +++ b/Install.sh @@ -108,7 +108,7 @@ fi ## Install Crontab echo -e "check if entry exist in CRON" -if crontab -l | grep -q 'search string' && echo 'entry exists' ; then +if crontab -l | grep -q '^/usr/bin/motds32$' && echo 'entry exists' ; then crontab << FIN $(crontab -l)