Skip to content

Commit 036b978

Browse files
committed
Update bind_address conditional for false
1 parent 80521e1 commit 036b978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/my.cnf.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ datadir = <%= datadir %>
1414
tmpdir = /tmp
1515
skip-external-locking
1616

17-
<% if bind_address != 'UNSET' %>
17+
<% if bind_address %>
1818
bind-address = <%= bind_address %>
1919
<% end %>
2020

0 commit comments

Comments
 (0)