X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cron.sh;h=d72161ec223e6e2beb5db9dd3739df59b4297a93;hb=9d6fc3fd2ae9dda276c889f9a4c8b9b773e3fe77;hp=42a2b0502a0094222d18bfecf87d94578fd6b4da;hpb=20fac79dd30135561befc038290973a11252ea47;p=APKPM.git diff --git a/cron.sh b/cron.sh index 42a2b05..d72161e 100755 --- a/cron.sh +++ b/cron.sh @@ -7,8 +7,8 @@ if [ "$what" == "install" ] ; then cat > /etc/cron.d/apkpm <<__CRON__ # m h dom mon dow user command */15 * * * * dpavlin /srv/APKPM/cron.sh CPE_poll -*/15 * * * * dpavlin /srv/APKPM/cron.sh poll_ZTEDSLAM -*/15 * * * * dpavlin /srv/APKPM/cron.sh poll_ZTEMSAN +*/15 * * * * dpavlin /srv/APKPM/cron.sh ZTEDSLAM_poll +*/15 * * * * dpavlin /srv/APKPM/cron.sh ZTEMSAN_poll __CRON__ exit