diff --git a/postgres/rootfs/etc/cont-init.d/99-run.sh b/postgres/rootfs/etc/cont-init.d/99-run.sh index e27e7691e..c9c367cdd 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -63,6 +63,6 @@ if [ "$(bashio::info.arch)" != "armv7" ]; then sed -i "/exec \"\$@\"/i psql \"postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOSTNAME:$DB_PORT\" < setup_postgres.sql || true" docker-entrypoint.sh docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so else - bashio::log.warning "Your architecture is armv7, vector.rs is disabled as not supported" + bashio::log.warning "Your architecture is armv7, pgvecto.rs is disabled as not supported" docker-entrypoint.sh postgres fi