Update Install.sh
This commit is contained in:
parent
ff6906793a
commit
ebbb0ff99f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue