From c024c745ef1e2f83401dcefe9c4c83370cfa1e99 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 18 Mar 2024 13:41:05 +0100 Subject: [PATCH] debug --- RUNTIME/PLAYER.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"