From ea496cd517ef52ee40d56004447d798a79b140a4 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 29 Sep 2020 20:11:38 -0500 Subject: [PATCH] fix cron table --- backupscripts/abc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backupscripts/abc b/backupscripts/abc index a4c1210..5f5f216 100644 --- a/backupscripts/abc +++ b/backupscripts/abc @@ -1,6 +1,6 @@ -0 */15 * ? * * /bin/15min_backup -0 0 * ? * * /bin/hourly_backup -0 0 0 * * ? /bin/daily_backup -0 0 0 ? * SUN /bin/weekly_backup -0 0 0 1 * ? /bin/monthly_backup +*/15 * * * * /bin/15min_backup +0 * * * * /bin/hourly_backup +0 0 * * * /bin/daily_backup +0 0 * * 0 /bin/weekly_backup +0 0 1 * * /bin/monthly_backup # filler