From e4f18be94261b39544ef3bc50321f6aedeb45bd6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 31 Mar 2024 12:00:59 +0300 Subject: huge refactor, might breaking things --- bin/ak-sm-files | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/ak-sm-files') diff --git a/bin/ak-sm-files b/bin/ak-sm-files index 56e80d1..ba4d851 100755 --- a/bin/ak-sm-files +++ b/bin/ak-sm-files @@ -5,9 +5,10 @@ CRD=$(cat .pwd) PROGRAM="$(basename $0)" #set -xe -source $AK_LIBDIR/_ak_logit +source $AK_LIBDIR/_ak_log source $AK_LIBDIR/_ak_ipfs source $AK_LIBDIR/_ak_gpg +source $AK_LIBDIR/_ak_zblock if [ ! -d $ZFILESDIR ]; then mkdir $ZFILESDIR @@ -117,7 +118,7 @@ EOF cat data echo "Publishing..." - ak-zblock-pack sha-files/announce $(pwd)/data + _ak_zblock_pack sha-files/announce $(pwd)/data if [ $? == 0 ] then echo "cool" -- cgit v1.2.3