Allow rest of script to run

This commit is contained in:
Alexandre
2025-05-26 10:19:24 +02:00
committed by GitHub
parent 009fb4e26e
commit 29b3a06852

View File

@@ -50,7 +50,7 @@ if [ "$(bashio::info.arch)" = "armv7" ]; then
docker-entrypoint.sh postgres & true docker-entrypoint.sh postgres & true
exit 0 exit 0
else else
docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf & true
fi fi
############################### ###############################