Small stuff

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-07-24 21:22:04 +02:00
parent 8329e282d3
commit 6d898cfd39
2 changed files with 3 additions and 3 deletions

View File

@ -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 wlan0mon -debug
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface mon0 -debug
else
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0mon -debug
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface mon0 -debug
fi