Fix baseband copy mistake

for #97
This commit is contained in:
LukeZGD 2021-06-06 20:32:29 +08:00
parent 8d8f65d53a
commit ce0a56c77a

View File

@ -19,7 +19,7 @@ FRBaseband() {
if [[ $DeviceProc == 7 ]]; then
mkdir -p saved/baseband 2>/dev/null
cp -f $IPSW/Firmware/$Baseband saved/baseband
cp -f $IPSWRestore/Firmware/$Baseband saved/baseband
elif [[ $ProductType == "iPhone5,1" && $Baseband5 != 0 ]]; then
unzip -o -j $IPSW.ipsw Firmware/$Baseband -d .
elif [[ ! -e saved/baseband/$Baseband ]]; then