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:
parent
4c23704b2a
commit
7ed27d5c65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user