mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
elevated logins reduced
This commit is contained in:
@@ -576,6 +576,8 @@ def main():
|
||||
i = egg.expect_exact(["Are you sure you wan to continue? (y/n) [y]:",pexpect.TIMEOUT],timeout=2)
|
||||
if j == 0:
|
||||
egg.sendline(CR)
|
||||
sleep(0.1)
|
||||
egg.sendline("end")
|
||||
if j == 1:
|
||||
print("did not get Are you sure you wan to continue? (y/n) [y]:")
|
||||
if i == 1:
|
||||
@@ -591,6 +593,8 @@ def main():
|
||||
i = egg.expect_exact(["Are you sure you wan to continue? (y/n) [y]:",pexpect.TIMEOUT],timeout=2)
|
||||
if j == 0:
|
||||
egg.sendline(CR)
|
||||
sleep(0.1)
|
||||
egg.sendline("end")
|
||||
if j == 1:
|
||||
print("did not get Are you sure you wan to continue? (y/n) [y]:")
|
||||
if i == 1:
|
||||
|
||||
Reference in New Issue
Block a user