From 89e525a10d70f5748bbd3bd2ccf1e0f58437c386 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:03:21 +0100 Subject: [PATCH] Update 10-vector.sh --- postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh b/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh index 1f568bf99..2a63e79f7 100755 --- a/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh +++ b/postgres/rootfs/docker-entrypoint-initdb.d/10-vector.sh @@ -25,4 +25,4 @@ echo "DROP EXTENSION IF EXISTS vectors; \q"> setup_postgres.sql # Enable vectors -psql \"postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOSTNAME:$DB_PORT" < setup_postgres.sql || true +psql "postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOSTNAME:$DB_PORT" < setup_postgres.sql || true