Removed unused echos

This commit is contained in:
Roger Gonzalez 2024-11-27 16:27:21 -03:00
parent 811053f67c
commit 200262f679
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -34,7 +34,6 @@ docker run --rm --entrypoint="/bin/sh" \
SHARED_SECRET=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 50)
echo
echo "Registration shared secret: $SHARED_SECRET"
echo "Make sure to copy it!"
echo
echo "Database URI: postgres://dendrite:$DB_PASSWORD@postgres/dendrite?sslmode=disable"
echo
echo "Make sure to save this information securely!"