Explorar el Código

'get-conf-telnet.sh' ändern

Daniel Wenzel hace 3 años
padre
commit
d069931b64
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 "*>"