diff --git a/builder/data/usr/bin/bettercap-launcher b/builder/data/usr/bin/bettercap-launcher index b10a5264..7de901a8 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 wlan0 -debug + /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0mon -debug else - /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0 -debug + /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0mon -debug fi