From 05ed91f0910d4b25d98f00a3d5329f96980856b8 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 16 Jan 2023 23:36:03 +0100 Subject: [PATCH] online first --- ASTROBOT/PLAYER.refresh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index b72bbe72..f3ae1c15 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -197,7 +197,7 @@ for PLAYER in ${PLAYERONE[@]}; do [[ -s ~/.zen/game/players/$PLAYER/FRIENDS/index.html ]] \ && FRAME=$(ipfs add -Hq ~/.zen/game/players/$PLAYER/FRIENDS/index.html | tail -n 1) \ - && ipfs name publish --allow-offline -t 24h --key="${PLAYER}_feed" /ipfs/$FRAME + && ipfs name publish --key="${PLAYER}_feed" /ipfs/$FRAME done @@ -218,7 +218,7 @@ if [[ -d ~/.zen/tmp/${IPFSNODEID} ]]; then [[ $BSIZE != $NSIZE ]] \ && ROUTING=$(ipfs add -rwHq ~/.zen/tmp/${IPFSNODEID}/* | tail -n 1 ) \ && echo "PUBLISH BALISE STATION /ipns/${IPFSNODEID} = $NSIZE octets" \ - && ipfs name publish --allow-offline -t 24h /ipfs/$ROUTING + && ipfs name publish /ipfs/$ROUTING fi echo "PLAYER.refresh DONE."