mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-03 13:24:18 +01:00
Wait for iproxy
Add sleep 2 after running iproxy to ensure ssh connection
This commit is contained in:
parent
68997fbfae
commit
0bd069df62
@ -302,8 +302,10 @@ kDFU() {
|
||||
[[ $VerDetect == 5 ]] && kloader="kloader5"
|
||||
[[ ! $kloader ]] && kloader="kloader"
|
||||
|
||||
Log "Running iproxy for SSH..."
|
||||
$iproxy 2222 22 &
|
||||
iproxyPID=$!
|
||||
sleep 2
|
||||
|
||||
echo
|
||||
Log "Copying stuff to device via SSH..."
|
||||
|
Loading…
Reference in New Issue
Block a user