소스 검색

No source

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

+ 0
- 3
src/freedombone-app-matrix 파일 보기

@@ -249,9 +249,6 @@ function add_user_matrix {
249 249
 
250 250
     read_config_param 'MATRIX_SECRET'
251 251
     matrix_nginx
252
-    if [ -f /var/lib/matrix/.synapse/bin/activate ]; then
253
-        source /var/lib/matrix/.synapse/bin/activate
254
-    fi
255 252
     register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml -u "${new_username}" -p "${new_user_password}" -a
256 253
     echo "0"
257 254
 }