testan a reboold
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user