Update ipsw.sh

This commit is contained in:
LukeZGD 2021-12-06 08:17:26 +08:00
parent f50d42e487
commit d6770b7a2e

View File

@ -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