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