From bf87d94330c6c6153eab9f1a3016efeef5ebc754 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Mar 2024 19:36:28 +0200 Subject: Introduced ./lib for common stuff ofc, logit was the first lib to add... finally --- bin/ak-zblock-cache | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/ak-zblock-cache') diff --git a/bin/ak-zblock-cache b/bin/ak-zblock-cache index ca4f736..ed25f23 100755 --- a/bin/ak-zblock-cache +++ b/bin/ak-zblock-cache @@ -1,8 +1,6 @@ #!/bin/bash PROGRAM="$(basename $0)" -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} +source $AK_LIBDIR/logit if [ ! -d "$AK_CACHEDIR/fzblocks" ] then -- cgit v1.2.3