cisco_wifi_ctl.py : bug fix for 3504 save config

This commit is contained in:
Chuck SmileyRekiere
2020-10-16 21:45:04 -06:00
parent 07b7cd6a26
commit 3c972aad3c

View File

@@ -1178,7 +1178,7 @@ def main():
egg.sendline("logout")
logg.info("logout")
i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3)
if i == 0:
if i == 1:
egg.sendline("y")