From e14eb154aa1372ef7410b6f2e8c2692fb1d11c76 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:30:34 +0100 Subject: [PATCH] Update 99-run.sh --- immich/rootfs/etc/cont-init.d/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/immich/rootfs/etc/cont-init.d/99-run.sh b/immich/rootfs/etc/cont-init.d/99-run.sh index 32471cfaf..a8661c188 100644 --- a/immich/rootfs/etc/cont-init.d/99-run.sh +++ b/immich/rootfs/etc/cont-init.d/99-run.sh @@ -84,6 +84,7 @@ case $(bashio::config 'database') in CREATE DATABASE immich; CREATE USER immich WITH ENCRYPTED PASSWORD 'immich'; GRANT ALL PRIVILEGES ON DATABASE immich to immich; \q"> setup_postgres.sql + # shellcheck disable=SC2024 chown postgres setup_postgres.sql sudo -iu postgres psql < setup_postgres.sql rm setup_postgres.sql