This commit is contained in:
Chuck SmileyRekiere
2020-09-17 01:00:55 -06:00
parent a5d3a57db4
commit 9428ea1922

View File

@@ -513,6 +513,7 @@ def main():
"--action", "cmd", "--value", "config 802.11b enable network"])
subprocess.run(["./cisco_wifi_ctl.py", "--scheme", scheme, "-d", args.dest, "-u", args.user, "-p", args.passwd, "-a", args.ap, "--band", band,
"--action", "enable", "--series" , args.series])
exit(1)
# Wait a bit for AP to come back up
time.sleep(1)