Update Install.sh
This commit is contained in:
parent
c5ed3ad776
commit
20eaa7800d
1 changed files with 5 additions and 8 deletions
11
Install.sh
11
Install.sh
|
@ -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,11 +118,7 @@ $(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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue