@@ -6,5 +6,5 @@
"tetra"
],
"title": "PMKIDAttack",
- "version": "3.1"
+ "version": "3.2"
}
@@ -46,7 +46,7 @@ touch /tmp/PMKIDAttack.progress
if [[ "$1" = "install" ]]; then
opkg update
- if [[ -e /sd ]]; then
+ if [[ $(/bin/mount | /bin/grep "on /sd") ]]; then
add_log "Installing on sd"
opkg --dest sd install $HCXTOOLS_IPK >> $LOGFILE