This commit is contained in:
fred 2024-01-10 18:51:37 +01:00
parent 522eb0b961
commit 7997784146
1 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,12 @@ echo "jaklis can ACCESS BLOCKCHAIN"
${MY_PATH}/tools/jaklis/jaklis.py history -p ${WORLDG1PUB}
jaklis=$?
test=$tw$ipfs$keygen$jaklis
[[ $test == "0000" ]] && echo "PERFECT" && exit 0
[[ ${test::1} == "1" ]] && echo "PROBLEM WITH TiddlyWiki"
[[ ${test:2:2} == "11" ]] && echo "CRYPTO LAYER MALFUNCTION"
[[ ${test::2} == "01" ]] && echo "IPFS DAEMON IS ABSENT"
echo $tw $ipfs $keygen $jaklis
exit 0