mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
add --skip-ibss to arg check
forgot to add it. pretty sure barely anyone will use it anyway but still
This commit is contained in:
parent
bbc771c06f
commit
c0c4cdbbe9
@ -6449,6 +6449,7 @@ for i in "$@"; do
|
||||
"--disable-usbmuxd" ) device_disable_usbmuxd=1;;
|
||||
"--activation-records" ) device_actrec=1;;
|
||||
"--ipsw-hacktivate" ) ipsw_hacktivate=1;;
|
||||
"--skip-ibss" ) device_skipibss=1;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user