From dc9d99bf4ec72a02cd9263adb5202c4a69cdc50e Mon Sep 17 00:00:00 2001 From: Monocots Date: Fri, 18 Nov 2022 21:16:13 +0000 Subject: [PATCH] Fixup BTS ssh functions --- modules/rhizo_base/templates/rccn-functions.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/templates/rccn-functions.sh.erb b/modules/rhizo_base/templates/rccn-functions.sh.erb index b083c6d..46da9d3 100644 --- a/modules/rhizo_base/templates/rccn-functions.sh.erb +++ b/modules/rhizo_base/templates/rccn-functions.sh.erb @@ -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 -%>