diff --git a/postgres/rootfs/etc/cont-init.d/99-run.sh b/postgres/rootfs/etc/cont-init.d/99-run.sh index 745a548c9..4e1e3f159 100755 --- a/postgres/rootfs/etc/cont-init.d/99-run.sh +++ b/postgres/rootfs/etc/cont-init.d/99-run.sh @@ -50,7 +50,7 @@ if [ "$(bashio::info.arch)" = "armv7" ]; then docker-entrypoint.sh postgres & true exit 0 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 ###############################