浏览代码

Generate config in separate directory

Bob Mottram 8 年前
父节点
当前提交
ca3a807fd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix 查看文件

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