mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
9800 exit if timed out looking for initial prompt
This commit is contained in:
@@ -597,9 +597,11 @@ def main():
|
||||
if loop_count >= 3:
|
||||
if found_escape == True:
|
||||
logg.info("9800 there may be another prompt present that not aware of")
|
||||
logg.info("9800 the excape was found see if we can send command")
|
||||
logg.info("9800 the excape was found... exiting")
|
||||
exit(1)
|
||||
else:
|
||||
logg.info("9800 did not find the initial escape will try the command anyway")
|
||||
logg.info("9800 did not find the initial escape... exiting")
|
||||
exit(1)
|
||||
|
||||
# 3504 series
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user