mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-18 20:10:31 +02:00
Update 99-run.sh
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"
|
||||||
docker-entrypoint.sh postgres & true
|
immich-docker-entrypoint.sh postgres & true
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf & true
|
immich-docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf & true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|||||||
Reference in New Issue
Block a user