testan a reboold

This commit is contained in:
2025-10-14 03:14:33 -06:00
parent f2cf05c33e
commit 861c327aed
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# m h dom mon dow command # m h dom mon dow command
# set hardware I2C RTC hourly # set hardware I2C RTC hourly
0 * * * * /bin/bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log" 0 * * * * /bin/bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log"
@reboot /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log # bootup webhook
@reboot bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log @reboot /bin/bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log
+2 -2
View File
@@ -9,8 +9,8 @@ else
username=$USER username=$USER
fi fi
echo "Edit sudoers file" echo -e "Edit sudoers file\n\t%sudo ALL = (ALL) NOPASSWD: ALL
sudo visudo -e sudo visudo
echo "Updating Software Lists" echo "Updating Software Lists"
sudo apt update sudo apt update