Skip to content

Commit 2a7836e

Browse files
committed
attempt fix issue with fw keys
1 parent 77c25ce commit 2a7836e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

restore.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,7 @@ device_fw_key_check() {
22792279
if [[ $(cat index.html | grep -c "$build") == 1 ]]; then
22802280
break
22812281
fi
2282+
rm -f index.html
22822283
done
22832284
if [[ $(cat index.html | grep -c "$build") != 1 ]]; then
22842285
local error_msg="* You may need to run wikiproxy to get firmware keys."

0 commit comments

Comments
 (0)