Update Install.sh

This commit is contained in:
Erreur32 2017-07-20 18:53:30 +02:00
parent 00d12caac8
commit c5ed3ad776

View file

@ -108,7 +108,7 @@ fi
## Install Crontab ## Install Crontab
echo -e "check if entry exist in CRON" 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 << FIN
$(crontab -l) $(crontab -l)