Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-17 20:04:18 +01:00
parent 32cea62999
commit e04badc254
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ if is_crypted_mode; then
fi
if is_auto_mode; then
/usr/local/bin/pwnagotchi
/usr/local/src/pwnagotchi/env/bin/pwnagotchi
systemctl restart bettercap
else
/usr/local/bin/pwnagotchi --manual
/usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual
fi

View File

@ -490,7 +490,7 @@ class BTTether(plugins.Plugin):
sorted_devices = sorted(devices_to_try, key=lambda x: x.search_order)
for device in sorted_devices:
bt = BTNap(device.mac)
bt = BTNap(device.mac.lower())
try:
logging.debug('BT-TETHER: Search %d secs for %s ...', device.scantime, device.name)