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
 function matrix_generate_identityserver_file {
190
 function matrix_generate_identityserver_file {
191
     local filepath="${1}"
191
     local filepath="${1}"
192
 
192
 
193
-    cd /etc/matrix
193
+    cd /etc/sydent
194
     python -m sydent.sydent \
194
     python -m sydent.sydent \
195
            --config-path "${filepath}" \
195
            --config-path "${filepath}" \
196
            --generate-config \
196
            --generate-config \