Skip to content

Commit

Permalink
chore: Do not verbosely report deleted images
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoScordino committed Oct 1, 2024
1 parent 6d45b13 commit 234fa1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ else
}
}
# Clean-up
rm -fv "$p".img
rm -f "$p".img
fi
done

Expand All @@ -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
Expand Down

0 comments on commit 234fa1a

Please sign in to comment.