Fixup BTS ssh functions
This commit is contained in:
parent
7c3da1085c
commit
dc9d99bf4e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ check_trx() {
|
|||
|
||||
<% @bts.each_with_index do |bts, index| -%>
|
||||
b<%= index %>() {
|
||||
ssh -t -o StrictHostKeyChecking=no <%= @bts_user[bts["model"]] %>@<%= bts["ip"] %> $*
|
||||
ssh -t -o StrictHostKeyChecking=no <%= @bts_user[bts["model"]] %><%= bts["ip"] %> $*
|
||||
}
|
||||
<% end -%>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue