aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-enter
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-enter')
-rwxr-xr-xbin/ak-enter2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-enter b/bin/ak-enter
index c47a827..0f3b17c 100755
--- a/bin/ak-enter
+++ b/bin/ak-enter
@@ -114,7 +114,7 @@ do
logit "[INFO]" "ZBLOCK $zblock READ"
# If it's JSON formated
- ipfs --timeout=10s cat $zblock | json_pp > /dev/null 2>&1
+ ipfs --timeout=10s cat $zblock | jq -M > /dev/null 2>&1
if [ "$?" -ne 0 ]
then
logit "[ERROR]" "ZBLOCK $zblock is not JSON"