From b59473fcf1a4eb109859f98a26b10f307b391ecc Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 18 May 2025 18:19:36 -0400 Subject: [PATCH] immich.sh: use existing array to update installed library revisions file --- ct/immich.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/immich.sh b/ct/immich.sh index 8714576..27727ef 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -172,7 +172,7 @@ function update_script() { msg_ok "Recompiled libvips" fi done - mv ~/.new_revisions ~/.immich_library_revisions + echo -n "${NEW_REVISIONS[@]}" >~/.immich_library_revisions msg_ok "Image-processing libraries compiled" fi fi