mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 05:26:28 +01:00
Fix arguments
This commit is contained in:
@@ -50,7 +50,7 @@ if [ "$(bashio::info.arch)" = "armv7" ]; then
|
||||
immich-docker-entrypoint.sh postgres & true
|
||||
exit 0
|
||||
else
|
||||
immich-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
|
||||
|
||||
###############################
|
||||
|
||||
Reference in New Issue
Block a user