From 2bfa9becc6ac06d33734d94f72c3601fcd3208c4 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 21 Apr 2022 02:08:37 +0200 Subject: [PATCH] comment correction --- crowdbunker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crowdbunker.sh b/crowdbunker.sh index 6ee8852..6aa0c44 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -382,7 +382,7 @@ echo "########################################################################## IPNS=$(cat ~/.zen/bunkerbox/qo-op) IPNSL="/ipns/$IPNS" echo - echo "Chaine Vidéo 'qo-op' => $IPFSNGW/ipns/$IPNSL" + echo "Chaine Vidéo 'qo-op' => $IPFSNGW/ipns/$IPNS" echo ##### NEW HOMEPAGE / NEW DYNAMIC DATA ###### HERE TIMESTAMPING IS OK InHere=$(cat ~/.zen/bunkerbox/history_*.json | jq .Videos[].link | grep $VUID) @@ -415,8 +415,8 @@ echo "########################################################################## # (UNCOMMENT THIS CODE AND protect history_qo-op.json corruption the way you want to (*white or black listing) # BALISE=$(echo $TS | ipfs add -q) # ipfs name publish $BALISE ##### $IPFSNODEID IS now confirming it recognizes this TS as last publishing !! - # TIME=$(ipfs cat /ipns/$IPNSL/ts) - # WHO=$(ipfs cat /ipns/$IPNSL/time/$TIME) + # TIME=$(ipfs cat /ipns/$IPNS/ts) + # WHO=$(ipfs cat /ipns/$IPNS/time/$TIME) # ISTRUE=$(ipfs cat /ipns/$WHO) # TIME == ISTRUE ? ####### Et voilà ;)