Removed unused echos
This commit is contained in:
parent
811053f67c
commit
200262f679
3
setup.sh
3
setup.sh
@ -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!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user