mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 19:18:10 +01:00
Show logs
This commit is contained in:
@@ -33,9 +33,9 @@ bashio::log.info "Starting PostgreSQL..."
|
||||
|
||||
if [ "$(bashio::info.arch)" = "armv7" ]; then
|
||||
bashio::log.warning "ARMv7 detected: Starting without vectors.so"
|
||||
nohup docker-entrypoint.sh postgres > /dev/null 2>&1 &
|
||||
nohup docker-entrypoint.sh postgres 2>&1 &
|
||||
else
|
||||
nohup docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so -c search_path="public, vectors" > /dev/null 2>&1 &
|
||||
nohup docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so -c search_path="public, vectors" 2>&1 &
|
||||
fi
|
||||
|
||||
###############################
|
||||
|
||||
Reference in New Issue
Block a user