mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 09:05:55 +02:00
Show logs
This commit is contained in:
@@ -33,9 +33,9 @@ bashio::log.info "Starting PostgreSQL..."
|
|||||||
|
|
||||||
if [ "$(bashio::info.arch)" = "armv7" ]; then
|
if [ "$(bashio::info.arch)" = "armv7" ]; then
|
||||||
bashio::log.warning "ARMv7 detected: Starting without vectors.so"
|
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
|
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
|
fi
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|||||||
Reference in New Issue
Block a user