From 652f035a4c51e90057a85b297218a251a5ec0ed8 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 23 Jul 2023 11:53:29 +0200 Subject: [PATCH] Update bettercap-launcher --- builder/data/usr/bin/bettercap-launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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