/
etc
/
cron.daily
/
/etc/cron.daily
mkdir
upload
Name
Size
Mode
Actions
csget
3272
0700
edit
dl
rm
imunify-antivirus.cron
2396
0755
edit
dl
rm
logrotate
228
0755
edit
dl
rm
Edit:
/etc/cron.daily/logrotate
(228B)
#!/bin/sh export TMPDIR=/var/spool/logrotate/tmp /usr/sbin/logrotate /etc/logrotate.conf EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit $EXITVALUE
Save
#!/bin/sh export TMPDIR=/var/spool/logrotate/tmp /usr/sbin/logrotate /etc/logrotate.conf EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit $EXITVALUE