#!/bin/bash if [ ! -f /usr/local/etc/dendrite.yaml ]; then cp /usr/local/share/dendrite-config.yaml /usr/local/etc/dendrite.yaml fi if [ ! -f /usr/local/etc/matrix_key.pem ]; then /usr/local/bin/generate-keys --private-key /usr/local/etc/matrix_key.pem fi /usr/local/bin/dendrite-monolith-server --config /usr/local/etc/dendrite.yaml