Update downgrade.sh

This commit is contained in:
LukeZGD 2022-03-16 12:07:12 +08:00
parent 1688f66507
commit bee690b64e

View File

@ -172,7 +172,7 @@ Downgrade() {
ExtraArgs+=("-b" "saved/baseband/$Baseband" "-p" "$BuildManifest")
fi
fi
Log "Running futurerestore with command: $futurerestore -t \"$SHSH\" ${ExtraArgs[@]} \"$IPSWRestore.ipsw\""
Log "Running futurerestore with command: $futurerestore -t \"$SHSH\" ${ExtraArgs[*]} \"$IPSWRestore.ipsw\""
$futurerestore -t "$SHSH" "${ExtraArgs[@]}" "$IPSWRestore.ipsw"
local opt=$?