瀏覽代碼

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
 }