mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-26 00:01:50 +01:00
Add quotes
This commit is contained in:
parent
9c7315e659
commit
f18988cef5
@ -136,7 +136,7 @@ CheckM8() {
|
||||
local pwnDFUTool
|
||||
local pwnDFUDevice
|
||||
|
||||
[[ $platform == macos ]] && pwnDFUTool="iPwnder32" || pwnDFUTool="ipwndfu"
|
||||
[[ $platform == "macos" ]] && pwnDFUTool="iPwnder32" || pwnDFUTool="ipwndfu"
|
||||
Log "Entering pwnDFU mode with $pwnDFUTool..."
|
||||
if [[ $pwnDFUTool == "ipwndfu" ]]; then
|
||||
cd resources/ipwndfu
|
||||
|
@ -54,7 +54,7 @@ FutureRestore() {
|
||||
Log "Proceeding to futurerestore..."
|
||||
if [[ $Baseband == 0 ]]; then
|
||||
Log "Device $ProductType has no baseband"
|
||||
$futurerestore -t $SHSH --no-baseband $ExtraArgs $IPSWRestore.ipsw
|
||||
$futurerestore -t $SHSH --no-baseband $ExtraArgs "$IPSWRestore.ipsw"
|
||||
else
|
||||
FRBaseband
|
||||
$futurerestore -t $SHSH -b saved/baseband/$Baseband -p $BuildManifest $ExtraArgs "$IPSWRestore.ipsw"
|
||||
|
Loading…
Reference in New Issue
Block a user