mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge remote-tracking branch 'origin/pwnagotchi-torch-testing' into pwnagotchi-torch-testing
This commit is contained in:
@ -7,7 +7,7 @@ Wants=network.target
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/bettercap-launcher
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -101,6 +101,7 @@ class Client(object):
|
||||
logging.warning('[bettercap] connection to the bettercap endpoint failed...')
|
||||
pwnagotchi.reboot()
|
||||
|
||||
|
||||
def run(self, command, verbose_errors=True):
|
||||
while True:
|
||||
try:
|
||||
|
Reference in New Issue
Block a user