Replace the nil check with a false check
This commit is contained in:
parent
21c14e928e
commit
8604291db5
2 changed files with 8 additions and 8 deletions
|
@ -183,7 +183,7 @@ network
|
|||
timeslot 7
|
||||
phys_chan_config TCH/F
|
||||
hopping enabled 0
|
||||
<% if not @bts2_ip_address.nil? -%>
|
||||
<% if ! @bts2_ip_address -%>
|
||||
bts 2
|
||||
type sysmobts
|
||||
band GSM850
|
||||
|
@ -289,7 +289,7 @@ network
|
|||
phys_chan_config TCH/F
|
||||
hopping enabled 0
|
||||
<% end -%>
|
||||
<% if not @bts3_ip_address.nil? %>
|
||||
<% if ! @bts3_ip_address -%>
|
||||
bts 4
|
||||
type sysmobts
|
||||
band GSM850
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue