Remove condition
This commit is contained in:
parent
840c7d652d
commit
a537f3f174
|
@ -506,10 +506,7 @@ function install_matrix {
|
||||||
|
|
||||||
matrix_nginx
|
matrix_nginx
|
||||||
|
|
||||||
if [[ $(add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}") != "0" ]]; then
|
add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}"
|
||||||
echo $'Failed to add matrix admin user';
|
|
||||||
exit 879352
|
|
||||||
fi
|
|
||||||
|
|
||||||
APP_INSTALLED=1
|
APP_INSTALLED=1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue