Skip to content

Commit

Permalink
Update 99-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 31, 2024
1 parent b54643d commit ba0e711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgres/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba0e711

Please sign in to comment.