Add dids to config and vars
This commit is contained in:
parent
6c834a2c01
commit
ec6278278b
3 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,10 @@ function logc() {
|
|||
|
||||
SITE=<%= @site_name %>
|
||||
|
||||
<% @dids.each_with_index do |did, index| -%>
|
||||
DID[<%= index %>]=<%= did %>
|
||||
<% end -%>
|
||||
|
||||
#BTSs IP addresses (for amps etc)
|
||||
declare -a BTS
|
||||
declare -a BTS_MASTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue