From 8651abd74b76a5d98917154c5f8ec3a9f4ec0cec Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:37:48 +0100 Subject: [PATCH] qf: add -f for immich rm --- ct/immich.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/immich.sh b/ct/immich.sh index 89f0bf09c..f35a3d505 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -97,7 +97,7 @@ EOF msg_ok "Updated Intel OpenVINO dependencies" fi fi - rm ./Dockerfile + rm -f ./Dockerfile if [[ -f ~/.immich_library_revisions ]]; then libraries=("libjxl" "libheif" "libraw" "imagemagick" "libvips") cd "$BASE_DIR"