indicate Source ipfsnodeid

This commit is contained in:
fred 2021-09-04 00:04:27 +02:00
parent 4f5d80cf2d
commit 91bc17d3cb
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ do
then
echo "PIN ADD : $ipfsrepidfile"
ipfs pin add /ipfs/$ipfsrepidfile && mkdir -p ~/.zen/PIN/${ipfsrepidfile}/
echo "RECORDING MY PIN ~/.zen/PIN/"
[[ -d ~/.zen/PIN/${ipfsrepidfile} ]] && echo "$ipfsnodesource" > ~/.zen/PIN/${ipfsrepidfile}/$G1PUB
echo "RECORDING NEW PIN ~/.zen/PIN/${ipfsrepidfile}"
[[ -d ~/.zen/PIN/${ipfsrepidfile} ]] && echo "$G1PUB" > ~/.zen/PIN/${ipfsrepidfile}/$ipfsnodesource
## COPY IPNS MEDIAKEY TO ipfs keystore (UPDATE IF STATION OFF)
echo "ADD ${mediakey} to my local keystore (SO I CAN UPDATE IPNS LINK LATER with ipns_TAG_refresh.sh)"