From 673fd656bf99d76f55d5e9477555ca3461bb0353 Mon Sep 17 00:00:00 2001 From: cthomas Date: Mon, 3 Feb 2025 15:16:09 -0800 Subject: [PATCH] chore: remove echo for pg uri (#850) --- letta/server/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letta/server/startup.sh b/letta/server/startup.sh index 2e9d7c30..d4523cce 100755 --- a/letta/server/startup.sh +++ b/letta/server/startup.sh @@ -14,7 +14,7 @@ wait_for_postgres() { # Check if we're configured for external Postgres if [ -n "$LETTA_PG_URI" ]; then - echo "External Postgres configuration detected, using $LETTA_PG_URI" + echo "External Postgres configuration detected, using env var LETTA_PG_URI" else echo "No external Postgres configuration detected, starting internal PostgreSQL..." # Start PostgreSQL using the base image's entrypoint script