Explorar o código

Let mautrix-python handle registration generation message

Tulir Asokan %!s(int64=4) %!d(string=hai) anos
pai
achega
9ae4e7e4ab
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      docker-run.sh

+ 0 - 3
docker-run.sh

@@ -12,9 +12,6 @@ fi
 
 if [ ! -f /data/registration.yaml ]; then
 	python3 -m mautrix_signal -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."
 	exit
 fi