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

+ 1
- 2
src/freedombone-app-matrix 파일 보기

@@ -112,7 +112,7 @@ function remove_user_matrix {
112 112
 
113 113
     ${PROJECT_NAME}-pass -u $remove_username --rmapp matrix
114 114
 
115
-    # TODO
115
+    # TODO: There is no user removal script within synapse
116 116
 }
117 117
 
118 118
 function add_user_matrix {
@@ -127,7 +127,6 @@ function add_user_matrix {
127 127
 }
128 128
 
129 129
 function install_interactive_matrix {
130
-    echo -n ''
131 130
     APP_INSTALLED=1
132 131
 }
133 132