summaryrefslogtreecommitdiff
path: root/etc/cron.d/mirror.cron
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-02-06 11:37:08 -0500
committerB Stack <bgstack15@gmail.com>2017-02-06 11:37:08 -0500
commit6bfd3b0886de842fee764ff60f980a76cef03c3b (patch)
treee32d7f2cb4275c3d6a282bf406551c1765ea96a8 /etc/cron.d/mirror.cron
parentadded --noupdate to deploy.sh (diff)
downloadmirror-6bfd3b0886de842fee764ff60f980a76cef03c3b.tar.gz
mirror-6bfd3b0886de842fee764ff60f980a76cef03c3b.tar.bz2
mirror-6bfd3b0886de842fee764ff60f980a76cef03c3b.zip
fixed mirror.cron
Diffstat (limited to 'etc/cron.d/mirror.cron')
-rw-r--r--etc/cron.d/mirror.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/mirror.cron b/etc/cron.d/mirror.cron
index 63d22ac..52563b8 100644
--- a/etc/cron.d/mirror.cron
+++ b/etc/cron.d/mirror.cron
@@ -1,4 +1,4 @@
# File: /etc/cron.d/mirror.cron
# Package: mirror
# Purpose: Run mirror right after work hours each day
-05 17 * * * root /etc/mirror/mirror-master.sh
+05 17 * * * root /usr/share/mirror/mirror-master.sh
bgstack15