From 7ed27d5c65b54e63d59fcc0929efa1e2b11eb674 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 24 Sep 2023 15:35:31 -0400 Subject: [PATCH] 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. --- pi4/files/etc/cron.d/0firstrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi4/files/etc/cron.d/0firstrun b/pi4/files/etc/cron.d/0firstrun index 0471671..acfa3be 100644 --- a/pi4/files/etc/cron.d/0firstrun +++ b/pi4/files/etc/cron.d/0firstrun @@ -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