Browse Source

Generate config in separate directory

Bob Mottram 8 years ago
parent
commit
ca3a807fd2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix View File

@@ -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 \