cisco_wifi_ctl.py: changed the expect string since looking for exact

This commit is contained in:
Chuck SmileyRekiere
2020-10-29 10:34:07 -06:00
parent e3ef67f9a4
commit 918c4bf232

View File

@@ -880,8 +880,8 @@ def main():
CCPROMPT = args.prompt #'\(Voice-Talwar\) >'
LEGACY_PROMPT = "(cisco) >"
LOGOUTPROMPT = 'User:'
EXITPROMPT = "Would you like to save them now\? \(y/N\)"
AREYOUSURE = "Are you sure you want to continue\? \(y/n\)"
EXITPROMPT = "Would you like to save them now? (y/N)"
AREYOUSURE = "Are you sure you want to continue? (y/n)"
CLOSEDBYREMOTE = "closed by remote host."
CLOSEDCX = "Connection to .* closed."