From 2ea372f0345905e07cc590c66a1e42739e7bf7ca Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 Jun 2025 10:57:08 -0400 Subject: [PATCH] Immich: ensure in proper working dir when updating (#5227) --- ct/immich.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/immich.sh b/ct/immich.sh index c925c52b0..eddf23ae8 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -30,6 +30,7 @@ function update_script() { STAGING_DIR=/opt/staging BASE_DIR=${STAGING_DIR}/base-images SOURCE_DIR=${STAGING_DIR}/image-source + cd /root if [[ -f ~/.intel_version ]]; then curl -fsSLO https://raw.githubusercontent.com/immich-app/immich/refs/heads/main/machine-learning/Dockerfile readarray -t INTEL_URLS < <(sed -n "/intel/p" ./Dockerfile | awk '{print $3}')