Changed firstrun script to not delete itself. This will be handled in configure-stormux past a certain point. This way if something goes wrong, the script will stil run if the Pi had to be powered down without completing setup.

This commit is contained in:
Storm Dragon 2023-09-24 15:35:31 -04:00
parent 4c23704b2a
commit 7ed27d5c65
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
@reboot root /usr/bin/local/configure-stormux;rm -f /etc/cron.d/0firstrun
@reboot root /usr/bin/local/configure-stormux