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