mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
Use diect link
This commit is contained in:
@@ -47,10 +47,10 @@ bashio::log.info "Starting PostgreSQL..."
|
|||||||
|
|
||||||
if [ "$(bashio::info.arch)" = "armv7" ]; then
|
if [ "$(bashio::info.arch)" = "armv7" ]; then
|
||||||
bashio::log.warning "ARMv7 detected: Starting without extensions"
|
bashio::log.warning "ARMv7 detected: Starting without extensions"
|
||||||
/usr/local/bin/docker-entrypoint.sh postgres & true
|
docker-entrypoint.sh postgres & true
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
/usr/local/bin/docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf
|
docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|||||||
Reference in New Issue
Block a user