rename lcX function to bX

This commit is contained in:
Keith Whyte 2020-05-03 03:05:32 +02:00
parent 250461aae1
commit 1149a58bfd

View file

@ -82,7 +82,7 @@ check_trx() {
}
<% @bts.each_with_index do |bts, index| -%>
lc<%= index %>() {
ssh root@<%= bts["ip"] %>
b<%= index %>() {
ssh -o StrictHostKeyChecking=no root@<%= bts["ip"] %>
}
<% end -%>