Update Install.sh
This commit is contained in:
parent
00d12caac8
commit
c5ed3ad776
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ fi
|
|||
|
||||
## Install Crontab
|
||||
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 -l)
|
||||
|
|
Loading…
Reference in a new issue