From dde0bdb793828201cb4945526dfc83e6a71d9651 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Sat, 16 Mar 2024 17:18:20 -0700 Subject: [PATCH] update immich post-update script --- immich/hooks/post-update | 1 + 1 file changed, 1 insertion(+) diff --git a/immich/hooks/post-update b/immich/hooks/post-update index ace7961..a4782cd 100755 --- a/immich/hooks/post-update +++ b/immich/hooks/post-update @@ -2,4 +2,5 @@ # restart app so that postgres migrations are run # https://github.com/immich-app/immich/releases/tag/v1.95.1 +sleep 10 "${UMBREL_ROOT}/scripts/app" restart "${APP_ID}" & \ No newline at end of file