This commit is contained in:
fred 2024-03-18 13:41:05 +01:00
parent ab541d2206
commit c024c745ef
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ for PLAYER in ${PLAYERONE[@]}; do
FEEDNS=$(ipfs key list -l | grep -w "${PLAYER}_feed" | cut -d ' ' -f 1)
[[ ${FEEDNS} ]] \
&& IRSS=$(ipfs add -q ~/.zen/game/players/${PLAYER}/ipfs/${PLAYER}.rss.json | tail -n 1) \
&& "Publishing ${PLAYER}_feed: /ipfs/${IRSS}" \
&& echo "Publishing ${PLAYER}_feed: /ipfs/${IRSS}" \
&& ipfs --timeout 180s name publish --key="${PLAYER}_feed" /ipfs/${IRSS} \
|| echo ">>>>> ERROR ${PLAYER}_feed IPNS KEY NOT FOUND - ERROR"