From 234fa1ab4f12c16bb58859a4d0c5388b24001784 Mon Sep 17 00:00:00 2001 From: ant Date: Tue, 1 Oct 2024 17:22:54 +0200 Subject: [PATCH] chore: Do not verbosely report deleted images --- extract_and_push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extract_and_push.sh b/extract_and_push.sh index d544cfb..dad3741 100755 --- a/extract_and_push.sh +++ b/extract_and_push.sh @@ -278,7 +278,7 @@ else } } # Clean-up - rm -fv "$p".img + rm -f "$p".img fi done @@ -297,7 +297,7 @@ else fi fi -rm -fv "$FILE" +rm -f "$FILE" # clear the last partition status sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}" > /dev/null