mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
exit if cannot communicate with the controller
This commit is contained in:
@@ -769,6 +769,8 @@ def main():
|
||||
# Could not talk to controller?
|
||||
err = "ERROR: Could not query dBm from controller, maybe controller died?"
|
||||
print(err)
|
||||
print("Exiting: check controller and AP , Command on AP to erase the config: capwap ap erase all")
|
||||
exit(1)
|
||||
e_tot += err
|
||||
e_tot += " "
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user