Fix up lndhub hook config, converge all relevant nodes

This commit is contained in:
Râu Cao
2023-01-25 13:01:47 +08:00
parent 3e79955261
commit ad10e8cceb
4 changed files with 16 additions and 7 deletions

View File

@@ -4,6 +4,8 @@
<%= "#{key.upcase}_#{k.upcase}" %>=<%= v.to_s %>
<% end %>
<% else %>
<% if value %>
<%= key.upcase %>=<%= value.to_s %>
<% end %>
<% end %>
<% end %>