if register_new_matrix_user -c"${MATRIX_DATA_DIR}/homeserver.yaml"-u"${new_username}"-p"${new_user_password}"$add_user_matrix_admin http://localhost:${MATRIX_PORT};then
echo"0"
return
fi
sleep 2
done
if register_new_matrix_user -c"${MATRIX_DATA_DIR}/homeserver.yaml"-u"${new_username}"-p"${new_user_password}"$add_user_matrix_admin http://localhost:${MATRIX_PORT};then