diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-15 09:30:34 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-15 09:30:34 +0200 |
commit | 3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03 (patch) | |
tree | ded02b6ed599a8f37164f20c7ff5391ed8123b6a /lib/_ak_zblock | |
parent | 1349977100fb53d3b7e9a3722755d4e2321f9521 (diff) | |
download | arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.tar.gz arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.tar.bz2 arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.zip |
Settings directory properly set up during installation now
Diffstat (limited to 'lib/_ak_zblock')
-rwxr-xr-x | lib/_ak_zblock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/_ak_zblock b/lib/_ak_zblock index 17b4319..1b278a0 100755 --- a/lib/_ak_zblock +++ b/lib/_ak_zblock @@ -110,6 +110,7 @@ _ak_data_expand(){ # Returns a JSON array representing the chain retrieved. # Logs messages to $LOGSFILE. _ak_zblock_show(){ + caller >&2 verify=1 if [ ! -z $1 ] && [ -n "$1" ] then |