mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Allow rest of script to run
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|||||||
Reference in New Issue
Block a user