From 1e1383a78f2d08c0a4425f208f72de988c43d560 Mon Sep 17 00:00:00 2001 From: Peter Zich Date: Wed, 10 Jan 2024 18:42:12 -0800 Subject: [PATCH] When compiling, copy demo.zip instead of moving --- v2_install/compile_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_install/compile_image.sh b/v2_install/compile_image.sh index 2ee09e7..195c3ee 100755 --- a/v2_install/compile_image.sh +++ b/v2_install/compile_image.sh @@ -32,7 +32,7 @@ mkdir v2_ro echo "check for local zip" if [ -f demo.zip ]; then echo "local archive found" - mv demo.zip ./v2_ro/ + cp demo.zip ./v2_ro/ else echo "local archive not found" echo "downloading latest firmware"