mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-06-17 00:58:30 +02:00
Adjust timeout of FindDevice
This commit is contained in:
@ -14,7 +14,7 @@ FindDevice() {
|
||||
elif [[ $1 == "Restore" ]]; then
|
||||
USB=1297
|
||||
fi
|
||||
[[ -n $2 ]] && Timeout=5
|
||||
[[ -n $2 ]] && Timeout=10
|
||||
|
||||
Log "Finding device in $1 mode..."
|
||||
while (( i < Timeout )); do
|
||||
|
Reference in New Issue
Block a user