mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-20 03:28:11 +01: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
|
||||
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
|
||||
|
||||
###############################
|
||||
|
||||
Reference in New Issue
Block a user