Bob Mottram 8 年前
父节点
当前提交
816008f576
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/freedombone-app-matrix

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

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