Fixup BTS ssh functions

This commit is contained in:
Monocots 2022-11-18 21:16:13 +00:00
parent 7c3da1085c
commit dc9d99bf4e

View file

@ -111,7 +111,7 @@ check_trx() {
<% @bts.each_with_index do |bts, index| -%> <% @bts.each_with_index do |bts, index| -%>
b<%= 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 -%> <% end -%>