Allow passing command to bts ssh

This commit is contained in:
Keith Whyte 2020-05-21 23:13:11 +02:00
parent d29e4b4b85
commit b1f8621aff

View file

@ -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 -%>