mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
cisco_wifi_ctl.py : bug fix for 3504 save config
This commit is contained in:
@@ -1178,7 +1178,7 @@ def main():
|
|||||||
egg.sendline("logout")
|
egg.sendline("logout")
|
||||||
logg.info("logout")
|
logg.info("logout")
|
||||||
i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3)
|
i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3)
|
||||||
if i == 0:
|
if i == 1:
|
||||||
egg.sendline("y")
|
egg.sendline("y")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user