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 3, 2025
1 parent 45cfdd7 commit 4baa547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bashio::log.info "Starting the app"
# Start background tasks
if [ "$(bashio::info.arch)" != "armv7" ]; then
/./docker-entrypoint-initdb.d/10-vector.sh & true
docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so -c search_path="$user, public, vectors" -c logging_collector=on & true
docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so -c search_path="public, vectors" -c logging_collector=on & true
else
bashio::log.warning "ARMv7 detected: Starting without vectors.so"
docker-entrypoint.sh postgres & true
Expand Down

0 comments on commit 4baa547

Please sign in to comment.