Create matrix config
This commit is contained in:
parent
79634e54a4
commit
bcab0a806b
|
@ -103,10 +103,8 @@ function matrix_generate {
|
|||
[[ "${REPORT_STATS}" != "yes" ]] && [[ "${REPORT_STATS}" != "no" ]] && \
|
||||
echo "STOP! REPORT_STATS needs to be 'no' or 'yes'" && breakup="1"
|
||||
|
||||
matrix_generate_synapse_file ${MATRIX_DATA_DIR}/homeserver.tmp
|
||||
matrix_configure_homeserver_yaml "${turnkey}" ${MATRIX_DATA_DIR}/homeserver.tmp
|
||||
|
||||
mv ${MATRIX_DATA_DIR}/homeserver.tmp ${MATRIX_DATA_DIR}/homeserver.yaml
|
||||
matrix_generate_synapse_file ${MATRIX_DATA_DIR}/homeserver.yaml
|
||||
matrix_configure_homeserver_yaml "${turnkey}" ${MATRIX_DATA_DIR}/homeserver.yaml
|
||||
}
|
||||
|
||||
function remove_user_matrix {
|
||||
|
|
Loading…
Reference in New Issue