From 26792d1b35b08c817cd6e3d0606bf5299e6bbb50 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 14 Jun 2025 04:23:25 -0600 Subject: [PATCH] 1.2-dev --- debug-level-conf/root-crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debug-level-conf/root-crontab b/debug-level-conf/root-crontab index e4d36f5..fa1ce0b 100644 --- a/debug-level-conf/root-crontab +++ b/debug-level-conf/root-crontab @@ -1,4 +1,4 @@ # m h dom mon dow command # set hardware I2C RTC hourly -0 * * * * bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log" -@reboot bash -c '/usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log' +0 * * * * /bin/bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log" +@reboot /bin/bash -c '/usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log'