Update Install.sh

This commit is contained in:
Erreur32 2017-07-20 18:59:42 +02:00
parent c5ed3ad776
commit 20eaa7800d
1 changed files with 5 additions and 8 deletions

View File

@ -107,8 +107,9 @@ answer2=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
fi
## Install Crontab
echo -e "check if entry exist in CRON"
if crontab -l | grep -q '^/usr/bin/motds32$' && echo 'entry exists' ; then
echo -e "check if entry exist in YOUR CRONTAB"
if crontab -l | grep -q '^/usr/bin/motds32$' && echo 'entry exists' ;
crontab << FIN
$(crontab -l)
@ -117,12 +118,8 @@ $(crontab -l)
*/5 * * * * /usr/bin/motds32 -g 2>1
###
FIN
else
echo 'entry does not exist, it will add'
fi
|| echo 'entry does not exist, it will add'
echo -e "2.\e[92m crontab -e ROOT\e[0m ADD (generate each 5 minutes)\n"
## Generate first stats