Browse Source

'get-conf-telnet.sh' ändern

Daniel Wenzel 3 years ago
parent
commit
d069931b64
1 changed files with 2 additions and 2 deletions
  1. 2 2
      get-conf-telnet.sh

+ 2 - 2
get-conf-telnet.sh

@@ -9,10 +9,10 @@ set TP_PASS [lindex $argv 3]
 
 spawn telnet $TP_IP
 
-expect "*ser: "
+expect "*ser:"
 send "$TP_USER\r"
 
-expect "*assword: "
+expect "*assword:"
 send "$TP_PASS\r"
 
 expect "*>"