mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 04:56:28 +01:00
Update pg command
https://github.com/alexbelgium/hassio-addons/issues/1676#issuecomment-2569399107
This commit is contained in:
@@ -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 & true
|
||||
docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so -c search_path="$user, public, vectors" -c logging_collector=on & true
|
||||
else
|
||||
bashio::log.warning "ARMv7 detected: Starting without vectors.so"
|
||||
docker-entrypoint.sh postgres & true
|
||||
|
||||
Reference in New Issue
Block a user