瀏覽代碼

Scripts directory

Bob Mottram 8 年之前
父節點
當前提交
7d92b0fde0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix 查看文件

@@ -121,7 +121,7 @@ function add_user_matrix {
121 121
 
122 122
     ${PROJECT_NAME}-pass -u $new_username -a matrix -p "$new_user_password"
123 123
 
124
-    cd /etc/matrix
124
+    cd /etc/matrix/scripts
125 125
     register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml https://localhost:${MATRIX_PORT} -u "${new_username}" -p "${new_user_password}" -a
126 126
     echo '0'
127 127
 }