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-28 23:02:51 +02:00
parent 0f712f0ad2
commit 42bfac163e
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ After=bettercap.service
[Service] [Service]
Type=simple Type=simple
PermissionsStartOnly=true PermissionsStartOnly=true
ExecStart=/usr/local/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface mon0 ExecStart=/usr/local/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface wlan0mon
Restart=always Restart=always
RestartSec=30 RestartSec=30

View File

@ -22,7 +22,7 @@ fi
start_monitor_interface start_monitor_interface
if is_auto_mode_no_delete; then 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 wlan0mon
else else
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface mon0 /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0mon
fi fi

View File

@ -202,7 +202,7 @@ ui.web.origin = ""
ui.web.port = 8080 ui.web.port = 8080
ui.web.on_frame = "" ui.web.on_frame = ""
ui.display.enabled = true ui.display.enabled = false
ui.display.rotation = 180 ui.display.rotation = 180
ui.display.type = "waveshare_2" ui.display.type = "waveshare_2"
ui.display.color = "black" ui.display.color = "black"