We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0540e7 commit 9c6ba94Copy full SHA for 9c6ba94
check_install.py
@@ -24,7 +24,7 @@ def main():
24
cmd_prompt = "%s@sonic:~\$ $" % args.u
25
grub_selection = "The highlighted entry will be executed"
26
27
- p = pexpect.spawn("telnet 127.0.0.1 %s" % args.p, timeout=600, logfile=sys.stdout)
+ p = pexpect.spawn("telnet localhost %s" % args.p, timeout=600, logfile=sys.stdout)
28
29
# select ONIE embed
30
p.expect(grub_selection)
0 commit comments