Bob Mottram před 8 roky
rodič
revize
7d92b0fde0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix Zobrazit soubor

@@ -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
 }