Try adding a user

This commit is contained in:
Bob Mottram 2016-12-30 20:43:53 +00:00
parent 07b224d9fe
commit 7f40edbd39
1 changed files with 4 additions and 4 deletions

View File

@ -379,10 +379,10 @@ function install_matrix {
rm -f ${MATRIX_DATA_DIR}/.procmailrc rm -f ${MATRIX_DATA_DIR}/.procmailrc
rm -f ${MATRIX_DATA_DIR}/.emacs-mutt rm -f ${MATRIX_DATA_DIR}/.emacs-mutt
#if [[ $(add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}") != "0" ]]; then if [[ $(add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}") != "0" ]]; then
# echo $'Failed to add matrix admin user'; echo $'Failed to add matrix admin user';
# exit 879352 exit 879352
#fi fi
APP_INSTALLED=1 APP_INSTALLED=1
} }