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