Update Install.sh

This commit is contained in:
Erreur32 2017-07-20 19:50:41 +02:00
parent ff6906793a
commit ebbb0ff99f

View file

@ -113,9 +113,9 @@ fi
set -f set -f
if crontab -l | grep -q '^/usr/bin/motds32$' && echo 'entry exists'; then if crontab -l | grep -q '^/usr/bin/motds32$' && echo 'entry exists'; then
echo '\nCrontab entry already exist' echo -e '\nCrontab entry already exist'
else else
echo '\nCrontab entry does not exist ...' echo -e '\nCrontab entry does not exist ...'
crontab << FIN crontab << FIN
$(crontab -l) $(crontab -l)