mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
Fix syntax error
This commit is contained in:
parent
54a4d04333
commit
cd8eca768d
@ -74,9 +74,7 @@ function Main {
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
SelectVersion
|
SelectVersion
|
||||||
else
|
|
||||||
Error "Please put the device in normal mode (and jailbroken for 32-bit) before proceeding." "Recovery or DFU mode is also applicable for A7 devices"
|
|
||||||
fi
|
|
||||||
elif [[ $RecoveryDevice == 1 ]] && [[ $A7Device != 1 ]]; then
|
elif [[ $RecoveryDevice == 1 ]] && [[ $A7Device != 1 ]]; then
|
||||||
Error "32-bit device detected in recovery mode. Please put the device in normal mode and jailbroken before proceeding"
|
Error "32-bit device detected in recovery mode. Please put the device in normal mode and jailbroken before proceeding"
|
||||||
echo "* For usage of 32-bit ipwndfu, put the device in DFU mode (A6) or pwnDFU mode (A5 using Arduino)"
|
echo "* For usage of 32-bit ipwndfu, put the device in DFU mode (A6) or pwnDFU mode (A5 using Arduino)"
|
||||||
|
Loading…
Reference in New Issue
Block a user