diff --git a/info-level-conf-huawaii/root-crontab b/info-level-conf-huawaii/root-crontab index feaef34..cab45cc 100644 --- a/info-level-conf-huawaii/root-crontab +++ b/info-level-conf-huawaii/root-crontab @@ -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 \ No newline at end of file diff --git a/installer_auto.sh b/installer_auto.sh index 8af88aa..881f5f7 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -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