diff options
Diffstat (limited to 'bin/ak-zblock-cache')
-rwxr-xr-x | bin/ak-zblock-cache | 4 |
1 files changed, 1 insertions, 3 deletions
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 |