Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
V2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Oudshoorn <[email protected]>

Signed-off-by: Jeroen Oudshoorn <[email protected]>
  • Loading branch information
jayofelony committed Sep 1, 2023
1 parent 6181a4e commit 1c6bd41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pwnagotchi/plugins/default/fix_brcmf_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,9 @@ def _tryTurningItOffAndOnAgain(self, connection):
self._status = "rl"
time.sleep(10 + 4 * tries) # give it some time for wlan device to stabilize, or whatever

# success! now make the mon0
# success! now make the wlan0mon
try:
cmd_output = subprocess.check_output(
"monstart",
shell=True)
cmd_output = subprocess.check_output("monstart", shell=True)
self.logPrintView("info",
"[FixBRCMF interface add wlan0mon] worked #%d: %s" % (tries, cmd_output))
self._status = "up"
Expand Down

0 comments on commit 1c6bd41

Please sign in to comment.