Scripts directory

This commit is contained in:
Bob Mottram 2016-12-30 16:03:40 +00:00
parent da0e8fbcab
commit 7d92b0fde0
1 changed files with 1 additions and 1 deletions

View File

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