mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit cfc1f07d2573fab6d97cb5f64478edf5fca961bd
parent 780af30ebafa7bc469c57c0494750312f973f2c6
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun,  4 Oct 2015 02:37:39 +0200

-n is read-only and fails

Diffstat:
shrinkimg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shrinkimg b/shrinkimg @@ -51,7 +51,7 @@ esac OSPACE=$(du -h "$TEMP" |cut -f1) -e2fsck -C0 -tt -fn "$TEMP" || { +e2fsck -C0 -tt -fp "$TEMP" || { echo "e2fsck errors in $TEMP, please fix" echo "aborting WITHOUT removing $TEMP" exit 2