mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Modified expect script to work with my BeBox (Thomson TG585 v7, software Be 8.2.7.7.KS)
This commit is contained in:
parent
6efcb06dd9
commit
d93823c0da
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ expect "Password :"
|
||||||
send "$password\r"
|
send "$password\r"
|
||||||
|
|
||||||
expect "}=>"
|
expect "}=>"
|
||||||
send "adsl info\r"
|
send "adsl info expand=enabled\r"
|
||||||
|
|
||||||
expect "}=>"
|
expect "}=>"
|
||||||
send "exit\r"
|
send "exit\r"
|
||||||
|
|
Loading…
Reference in a new issue