From d85efb21fa554877b21f08a3ffdd51ebb49c55ca Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 29 Mar 2023 23:56:26 +0300 Subject: Fix json2bash to ak-json2bash --- bin/ak-zchain-chk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/ak-zchain-chk') diff --git a/bin/ak-zchain-chk b/bin/ak-zchain-chk index 963754c..3315415 100755 --- a/bin/ak-zchain-chk +++ b/bin/ak-zchain-chk @@ -75,8 +75,8 @@ do ak-logthis "[INFO]" "Created reference" # We concatenate the zblock's contents, pipe them through filter - # json2bash and output them to tmp-file - ipfs cat $zblock | json2bash > $TEMPASSIN/tmp-zblock + # ak-json2bash and output them to tmp-file + ipfs cat $zblock | ak-json2bash > $TEMPASSIN/tmp-zblock ak-logthis "[INFO]" "ZBLOCK $zblock READ" # Supposingly you are on a safe environment and you only have @@ -88,7 +88,7 @@ do # Same as above applies to BLOCK and DATA subparts of each ZBLOCK # BLOCKS - ipfs cat $block | json2bash > $TEMPASSIN/tmp-block + ipfs cat $block | ak-json2bash > $TEMPASSIN/tmp-block source $TEMPASSIN/tmp-block ak-logthis "[INFO]" "BLOCK $block SOURCED" touch $BLOCKDIR/$block -- cgit v1.2.3