Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
Signed-off-by: jayofelony <[email protected]>
  • Loading branch information
jayofelony committed Nov 17, 2024
1 parent 28ff142 commit fb7ef7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pwnagotchi/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ def start_monitor_mode(self):
if has_mon is False:
if mon_start_cmd is not None and mon_start_cmd != '':
logging.info("starting monitor interface ...")
# self.run('!%s' % mon_start_cmd)
subprocess.Popen([mon_start_cmd], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
self.run('!%s' % mon_start_cmd)
else:
logging.info("waiting for monitor interface %s ...", mon_iface)
time.sleep(1)
Expand Down

0 comments on commit fb7ef7b

Please sign in to comment.