diff --git a/resources/ipsw.sh b/resources/ipsw.sh index 8ea3e0e..60fdc79 100755 --- a/resources/ipsw.sh +++ b/resources/ipsw.sh @@ -101,7 +101,7 @@ IPSW32() { else cp -R firmware/FirmwareBundles FirmwareBundles fi - $ipsw ./../$IPSW.ipsw ./../$IPSWCustom.ipsw $ExtraArgs "${JBFiles[@]}" + $ipsw ./../$IPSW.ipsw ./../$IPSWCustom.ipsw $ExtraArgs ${JBFiles[@]} cd .. fi if [[ ! -e $IPSWCustom.ipsw ]]; then