From 256527dadbc77cafdcee4d518ea79eb40da1e94d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 29 Oct 2025 17:11:39 -0600 Subject: [PATCH] 1.2-dev --- info-level-conf-huawaii/root-crontab | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/info-level-conf-huawaii/root-crontab b/info-level-conf-huawaii/root-crontab index 5a7fcd6..32a89a1 100644 --- a/info-level-conf-huawaii/root-crontab +++ b/info-level-conf-huawaii/root-crontab @@ -1,11 +1,8 @@ -# continue running da installer in da backlegrnd :3 -# @reboot /bin/bash /usr/share/customscripts/ifnet /home/princesspi/Precision-Timekeeping-Fuckery/time_fuckery.sh - # notify webhook of reboot -@reboot /bin/bash /usr/share/customscripts/ifnet /usr/share/customscripts/webhook bootup +@reboot bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" # set the system time from the RTC every reboot -# @reboot /usr/sbin/hwclock -s 2>> /var/log/root-crontab.log +@reboot /usr/sbin/hwclock -s 2>> /var/log/root-crontab.log # set the RTC from the system time every four hours -# 0 */4 * * * /usr/sbin/hwclock -w 2>> /var/log/root-crontab.log +0 */4 * * * /usr/sbin/hwclock -w 2>> /var/log/root-crontab.log