Update Install.sh

This commit is contained in:
Erreur32 2017-07-20 19:50:41 +02:00
parent ff6906793a
commit ebbb0ff99f
1 changed files with 2 additions and 2 deletions

View File

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