Bob Mottram 8 年之前
父節點
當前提交
816008f576
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      src/freedombone-app-matrix

+ 6
- 0
src/freedombone-app-matrix 查看文件

@@ -625,10 +625,16 @@ function install_matrix {
625 625
     pip install --upgrade python-ldap
626 626
     pip install --upgrade lxml
627 627
 
628
+    function_check install_home_server
628 629
     install_home_server
630
+
631
+    function_check install_identity_server
629 632
     install_identity_server
630 633
 
634
+    function_check update_default_domain
631 635
     update_default_domain
636
+
637
+    function_check matrix_nginx
632 638
     matrix_nginx
633 639
 
634 640
     if [[ $(add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}" | tail -n 1) != "0" ]]; then