Generate config in separate directory

This commit is contained in:
Bob Mottram 2016-12-31 12:20:02 +00:00
parent 323855a95b
commit ca3a807fd2
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ function matrix_generate_homeserver_file {
function matrix_generate_identityserver_file {
local filepath="${1}"
cd /etc/matrix
cd /etc/sydent
python -m sydent.sydent \
--config-path "${filepath}" \
--generate-config \