testan a reboold
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# m h dom mon dow command
|
||||
# set hardware I2C RTC hourly
|
||||
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
|
||||
@reboot bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log
|
||||
# bootup webhook
|
||||
@reboot /bin/bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log
|
||||
+2
-2
@@ -9,8 +9,8 @@ else
|
||||
username=$USER
|
||||
fi
|
||||
|
||||
echo "Edit sudoers file"
|
||||
sudo visudo -e
|
||||
echo -e "Edit sudoers file\n\t%sudo ALL = (ALL) NOPASSWD: ALL
|
||||
sudo visudo
|
||||
|
||||
echo "Updating Software Lists"
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user