Skip to content

Commit 8651abd

Browse files
committed
qf: add -f for immich rm
1 parent 56817ba commit 8651abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/immich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ EOF
9797
msg_ok "Updated Intel OpenVINO dependencies"
9898
fi
9999
fi
100-
rm ./Dockerfile
100+
rm -f ./Dockerfile
101101
if [[ -f ~/.immich_library_revisions ]]; then
102102
libraries=("libjxl" "libheif" "libraw" "imagemagick" "libvips")
103103
cd "$BASE_DIR"

0 commit comments

Comments
 (0)