diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 332c373b..48812f43 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -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"