From ad71e3acae344fa8462a48ff8314df1d9426f858 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 25 Jan 2023 22:32:03 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 4e686ba..4de2f00 100755 --- a/restore.sh +++ b/restore.sh @@ -2207,7 +2207,7 @@ device_remove4() { if [[ ! -e ../saved/$device_type/iBSS_8L1.dfu ]]; then log "Downloading 8L1 iBSS..." "$dir/partialzip" $(cat $device_fw_dir/8L1/url) Firmware/dfu/iBSS.n90ap.RELEASE.dfu iBSS_8L1.dfu - cp iBSS_8L1 ../saved/$device_type + cp iBSS_8L1.dfu ../saved/$device_type else cp ../saved/$device_type/iBSS_8L1.dfu . fi