From 24e2d2674e8b74d1efe91a652e878e1745bd9378 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 May 2023 17:30:00 +0200 Subject: [PATCH] fix size --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18b5004..80d474b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CHMOD = chmod CP = rsync -R MINIFIER = minifier CURL = curl -s -DU = du --block-size=1K --human-readable +DU = du --bytes --human-readable TAIL = tail GREP = grep AWK = awk