Try to configure all customer
This commit is contained in:
parent
238172397b
commit
38807e62a5
|
@ -129,7 +129,7 @@ mysql_users =
|
||||||
(
|
(
|
||||||
|
|
||||||
<%- index = 0 -%>
|
<%- index = 0 -%>
|
||||||
<%- @customers.each do |customer| -%>
|
<%- @allnames.each do |customer| -%>
|
||||||
{
|
{
|
||||||
username="nextcloud_<%= customer %>"
|
username="nextcloud_<%= customer %>"
|
||||||
password="<%= @passwords[index] %>"
|
password="<%= @passwords[index] %>"
|
||||||
|
|
Loading…
Reference in a new issue