summaryrefslogtreecommitdiff
path: root/etc/cron.d/mirror.cron
diff options
context:
space:
mode:
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