Skip to content

Commit

Permalink
Fix issue "Failed getting manifest"
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jul 16, 2024
1 parent 890c016 commit a5eac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,7 @@ ipsw_prepare_paths() {
fw_key="$device_fw_key_base"
fi
local name=$(echo $fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .filename')
if [[ -z $name ]]; then
if [[ -z $name && $getcomp != "manifest" ]]; then
error "Issue with firmware keys: Failed getting $getcomp. Check The Apple Wiki or your wikiproxy"
fi
local str="<key>$comp</key><dict><key>File</key><string>$all_flash/"
Expand Down

0 comments on commit a5eac33

Please sign in to comment.