rename lcX function to bX
This commit is contained in:
parent
250461aae1
commit
1149a58bfd
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ check_trx() {
|
||||||
}
|
}
|
||||||
|
|
||||||
<% @bts.each_with_index do |bts, index| -%>
|
<% @bts.each_with_index do |bts, index| -%>
|
||||||
lc<%= index %>() {
|
b<%= index %>() {
|
||||||
ssh root@<%= bts["ip"] %>
|
ssh -o StrictHostKeyChecking=no root@<%= bts["ip"] %>
|
||||||
}
|
}
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue