From 6b14527ab4572008bbf3a243c5d1494ad18c7c54 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 29 Sep 2018 08:24:03 -0600 Subject: build: make sure we dont deactivate the wizard accidentally --- build-SD-rpi.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build-SD-rpi.sh') diff --git a/build-SD-rpi.sh b/build-SD-rpi.sh index 30494d4f..2ef40a15 100755 --- a/build-SD-rpi.sh +++ b/build-SD-rpi.sh @@ -27,6 +27,9 @@ download_raspbian "$IMG" resize_image "$IMG" "$SIZE" update_boot_uuid "$IMG" # PARTUUID has changed after resize +# make sure we don't accidentally disable first run wizard +rm -f ncp-web/{wizard.cfg,ncp-web.cfg} + ## BUILD NCP echo -e "\e[1m\n[ Build NCP ]\e[0m" -- cgit v1.2.3