From ba0e7110338273fe4dc710b3faa70e53270f2df7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:31:11 +0100 Subject: [PATCH] Update 99-run.sh --- postgres/rootfs/etc/cont-init.d/99-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/rootfs/etc/cont-init.d/99-run.sh b/postgres/rootfs/etc/cont-init.d/99-run.sh index 7301ddae679..34ff1a875ca 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -42,6 +42,8 @@ echo " " # Add docker-entrypoint command if [ "$(bashio::info.arch)" != "armv7" ]; then + # Exec vecto modification + /./docker-entrypoint-initdb.d/10-vector.sh & \ docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so else bashio::log.warning "Your architecture is armv7, pgvecto.rs is disabled as not supported"