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