Browse Source

'get-conf-telnet.sh' ändern

Daniel Wenzel 3 năm trước cách đây
mục cha
commit
d069931b64
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 "*>"