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| -%>
|
||||
lc<%= index %>() {
|
||||
ssh root@<%= bts["ip"] %>
|
||||
b<%= index %>() {
|
||||
ssh -o StrictHostKeyChecking=no root@<%= bts["ip"] %>
|
||||
}
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue