Parcourir la source

Generate config in separate directory

Bob Mottram il y a 8 ans
Parent
révision
ca3a807fd2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix Voir le fichier

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 \