diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-16 00:57:28 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-16 00:57:28 +0200 |
commit | 0238608f85236f0b886f0b53c904d56e08d27d05 (patch) | |
tree | 4f77606ce27756e4a3a8395097ecec265d7968cf /lib/_ak_zblock | |
parent | d4fcb369a26507a1fbaa38789cdfd06c559b8c39 (diff) | |
download | arching-kaos-tools-0238608f85236f0b886f0b53c904d56e08d27d05.tar.gz arching-kaos-tools-0238608f85236f0b886f0b53c904d56e08d27d05.tar.bz2 arching-kaos-tools-0238608f85236f0b886f0b53c904d56e08d27d05.zip |
Directly call the script to avoid populating the logs with too much info
Diffstat (limited to 'lib/_ak_zblock')
-rwxr-xr-x | lib/_ak_zblock | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/_ak_zblock b/lib/_ak_zblock index 4ae592a..b4a546b 100755 --- a/lib/_ak_zblock +++ b/lib/_ak_zblock @@ -126,7 +126,6 @@ function _ak_data_expand(){ # ak-zblock [IPFS CID] # # Returns a JSON array representing the chain retrieved. -# Logs messages to $LOGSFILE. function _ak_zblock_show(){ verify=1 if [ ! -z $1 ] && [ -n "$1" ] |