59a6fb8097
It is possible to have a # in a password, which is parsed as a comment. By quoting the password this is no problem.
6 lines
118 B
Text
6 lines
118 B
Text
[client]
|
|
user=root
|
|
host=localhost
|
|
<% unless @root_password == 'UNSET' -%>
|
|
password='<%= @root_password %>'
|
|
<% end -%>
|