diff --git a/builder/data/usr/bin/bettercap-launcher b/builder/data/usr/bin/bettercap-launcher index d42f85b4..ad916c5b 100755 --- a/builder/data/usr/bin/bettercap-launcher +++ b/builder/data/usr/bin/bettercap-launcher @@ -22,7 +22,7 @@ fi start_monitor_interface if is_auto_mode_no_delete; then - /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface mon0 + /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0 else - /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface mon0 + /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0 fi