Update Install.sh

This commit is contained in:
Erreur32 2017-07-20 18:53:30 +02:00
parent 00d12caac8
commit c5ed3ad776
1 changed files with 1 additions and 1 deletions

View File

@ -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)