From 64e2af9fa2574bbe68469696e9e46d806953ec5b Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 8 Apr 2024 09:54:42 +0200 Subject: [PATCH] fix: Continue if file is missing (#682) --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 1ea3fd7..5afa556 100644 --- a/src/install.sh +++ b/src/install.sh @@ -133,7 +133,7 @@ if [ ! -f "$RDC" ]; then if [ "$SUM" != "$VERIFY" ]; then PAT="/install.pat" - rm "$RD" + rm -f "$RD" rm -f "$PAT" html "$MSG"