소스 검색

sydent subdirectory

Bob Mottram 8 년 전
부모
커밋
3ffa98507d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix 파일 보기

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