Skip to content
Snippets Groups Projects
Commit a537f3f1 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove condition

parent 840c7d65
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment