mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-24 00:49:17 +01:00
Fix a mistake in jailbreak 3.x (fixes #536)
This commit is contained in:
parent
ca8d6361e7
commit
8fe457af09
@ -5602,9 +5602,9 @@ device_ramdisk_ios3exploit() {
|
|||||||
* ) opt='n';;
|
* ) opt='n';;
|
||||||
esac
|
esac
|
||||||
if [[ $opt != 'N' && $opt != 'n' ]]; then
|
if [[ $opt != 'N' && $opt != 'n' ]]; then
|
||||||
untether="greenpois0n/${device_type}_${device_build}.tar"
|
untether="${device_type}_${device_build}.tar"
|
||||||
log "Sending $untether"
|
log "Sending $untether"
|
||||||
$scp -P $ssh_port $jelbrek/$untether root@127.0.0.1:/mnt1
|
$scp -P $ssh_port $jelbrek/greenpois0n/$untether root@127.0.0.1:/mnt1
|
||||||
log "Extracting $untether"
|
log "Extracting $untether"
|
||||||
$ssh -p $ssh_port root@127.0.0.1 "tar -xvf /mnt1/$untether -C /mnt1; rm /mnt1/$untether"
|
$ssh -p $ssh_port root@127.0.0.1 "tar -xvf /mnt1/$untether -C /mnt1; rm /mnt1/$untether"
|
||||||
log "Mounting data partition"
|
log "Mounting data partition"
|
||||||
|
Loading…
Reference in New Issue
Block a user