From 14bd2310104d2910070b6e74b78ab27b74b0e3d6 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Fri, 8 Jan 2021 05:04:07 +0000 Subject: [PATCH] fix crontab for nuc. --- crontab/nuc_root_crontab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crontab/nuc_root_crontab b/crontab/nuc_root_crontab index f7ebc54..370a7ef 100644 --- a/crontab/nuc_root_crontab +++ b/crontab/nuc_root_crontab @@ -21,8 +21,8 @@ # # m h dom mon dow command -0 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./matrix_backup.sh -15 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./mastodon_backup.sh -0 6 * * 1 cd /home/shadow8t4/git/system-management/bash/ && ./mastodon_maintenance_weekly.sh -15 6 * * * cd /home/shadow8t4/git/system-management/bash/ && ./mastodon_maintenance_daily.sh +0 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./backups/matrix_backup.sh +15 5 * * * cd /home/shadow8t4/git/system-management/bash/ && ./backups/mastodon_backup.sh +0 6 * * 1 cd /home/shadow8t4/git/system-management/bash/ && ./mastodon/mastodon_maintenance_weekly.sh +15 6 * * * cd /home/shadow8t4/git/system-management/bash/ && ./mastodon/mastodon_maintenance_daily.sh