From 45e8aacd266490b84619be0f38c30bad1b475107 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 10 Dec 2024 19:52:25 +0200 Subject: Workaround for du freebsd variant --- lib/_ak_zblock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/_ak_zblock') diff --git a/lib/_ak_zblock b/lib/_ak_zblock index 3dff038..9b38d8f 100755 --- a/lib/_ak_zblock +++ b/lib/_ak_zblock @@ -511,7 +511,7 @@ _ak_zblock_cache(){ if [ ! -z "$1" ] && [ -n "$1" ] then - if [ -f "$AK_ZBLOCKDIR/$1" ] && [ "$(du -b $AK_ZBLOCKDIR/$1 | awk '{ print $1 }')" != "0" ] + if [ -f "$AK_ZBLOCKDIR/$1" ] && [ "$( (du -b $AK_ZBLOCKDIR/$1 || du -A $AK_ZBLOCKDIR/$1)2>/dev/null | awk '{ print $1 }')" != "0" ] then # if [ "$(sha512sum $AK_ZBLOCKDIR/$1 | awk '{ print $1 }')" == "$(_ak_zblock_show $1 | sha512sum | awk '{ print $1 }')" ] if [ ! -f $FZBLOCKSDIR/$1 ] -- cgit v1.2.3