From 6020cdf8bf18b35d4a8633d0f813dc2239af3219 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 21 Feb 2021 17:24:35 +0200 Subject: [PATCH] Let mautrix-python handle registration generation message --- docker-run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-run.sh b/docker-run.sh index a0e9c767..bbcef1e0 100755 --- a/docker-run.sh +++ b/docker-run.sh @@ -26,9 +26,6 @@ fi if [ ! -f /data/registration.yaml ]; then python3 -m mautrix_telegram -g -c /data/config.yaml -r /data/registration.yaml - echo "Didn't find a registration file." - echo "Generated one for you." - echo "Copy that over to synapses app service directory." fixperms exit fi