Parcourir la source

Scripts directory

Bob Mottram il y a 8 ans
Parent
révision
7d92b0fde0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix Voir le fichier

121
 
121
 
122
     ${PROJECT_NAME}-pass -u $new_username -a matrix -p "$new_user_password"
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
     register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml https://localhost:${MATRIX_PORT} -u "${new_username}" -p "${new_user_password}" -a
125
     register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml https://localhost:${MATRIX_PORT} -u "${new_username}" -p "${new_user_password}" -a
126
     echo '0'
126
     echo '0'
127
 }
127
 }