Bob Mottram 8 лет назад
Родитель
Сommit
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
 }