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