Remove condition

This commit is contained in:
Bob Mottram 2016-12-30 23:59:08 +00:00
parent 840c7d652d
commit a537f3f174
1 changed files with 1 additions and 4 deletions

View File

@ -506,10 +506,7 @@ function install_matrix {
matrix_nginx
if [[ $(add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}") != "0" ]]; then
echo $'Failed to add matrix admin user';
exit 879352
fi
add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}"
APP_INSTALLED=1
}