mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +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")
|
||||
logg.info("logout")
|
||||
i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3)
|
||||
if i == 0:
|
||||
if i == 1:
|
||||
egg.sendline("y")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user