From 37d1b55a5d25ab31676bd73cae99184635909aec Mon Sep 17 00:00:00 2001 From: mr-vercetti <87.milewski@gmail.com> Date: Tue, 4 Mar 2025 20:30:23 +0100 Subject: [PATCH] Update crontab --- crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crontab b/crontab index b6b775b..b110a0b 100644 --- a/crontab +++ b/crontab @@ -1,6 +1,6 @@ # SnapRAID -30 4 * * 0 python3 /opt/snapraid-runner/snapraid-runner.py --conf /etc/snapraid-runner.conf --ignore-deletethreshold +30 4 * * * python3 /opt/snapraid-runner/snapraid-runner.py --conf /etc/snapraid-runner.conf --ignore-deletethreshold # LG TV renew dev mode (https://github.com/webosbrew/dev-manager-desktop) 0 * * * * /etc/tv-renew-devmode.sh >> /var/log/tv-renew-devmode.log 2>&1 # DNS issues fix with Torguard -0 5 * * * /apps/homeserver/docker/torguard-fix.sh +0 1 * * * /apps/homeserver/docker/torguard-fix.sh