From 563362985f58d4521da752ef80aa16aa11e43017 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 3 Mar 2024 14:24:24 -0500 Subject: [PATCH] Fix removal part of first boot script. --- pi4/files/etc/profile.d/stormux_first_boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi4/files/etc/profile.d/stormux_first_boot.sh b/pi4/files/etc/profile.d/stormux_first_boot.sh index b43f0b3..e36bc07 100755 --- a/pi4/files/etc/profile.d/stormux_first_boot.sh +++ b/pi4/files/etc/profile.d/stormux_first_boot.sh @@ -14,5 +14,5 @@ Please press enter to continue. EOF read -r sudo configure-stormux - sudo rm -- "$0" + sudo rm -- "/etc/profile.d/stormux_first_boot.sh" fi