comment correction

This commit is contained in:
fred 2022-04-21 02:08:37 +02:00
parent a8f3cc09f0
commit 2bfa9becc6
1 changed files with 3 additions and 3 deletions

View File

@ -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à ;)