VEGAS/matrix: don't chown the generated db config
This commit is contained in:
parent
b95d318bc5
commit
d9ed574742
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ in {
|
||||||
}))
|
}))
|
||||||
{
|
{
|
||||||
matrix-synapse.preStart = ''
|
matrix-synapse.preStart = ''
|
||||||
${pkgs.jq}/bin/jq -c --slurp '.[0] * .[1]' ${dbConfigJSON} '${dbPasswordFile}' | install -Dm400 -o matrix-synapse -g matrix-synapse /dev/stdin '${dbConfigOut}'
|
${pkgs.jq}/bin/jq -c --slurp '.[0] * .[1]' ${dbConfigJSON} '${dbPasswordFile}' | install -Dm400 /dev/stdin '${dbConfigOut}'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue