Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-09-29 17:24:03 +0300
committernachoparker <nacho@ownyourbits.com>2018-09-29 18:00:03 +0300
commit6b14527ab4572008bbf3a243c5d1494ad18c7c54 (patch)
treeab4d5a5a432eef47820271fabdf8ffba256e5b62 /build-SD-rpi.sh
parentaa2b3baa913373f3a324ac7dca1e747333a21997 (diff)
build: make sure we dont deactivate the wizard accidentally
Diffstat (limited to 'build-SD-rpi.sh')
-rwxr-xr-xbuild-SD-rpi.sh3
1 files changed, 3 insertions, 0 deletions
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"