From 32e4ca89a2a5186823072709d197dfe8402f1d36 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 13 Mar 2024 22:38:12 +0100 Subject: [PATCH] case is stiuck --- 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 de9c58790..4b7ecf4f8 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -467,7 +467,7 @@ for PLAYER in ${PLAYERONE[@]}; do ## IPFS ADD & PUBLISH ########################################## TW=$(ipfs add -Hq ~/.zen/game/players/${PLAYER}/ipfs/moa/index.html | tail -n 1) - ipfs --timeout 180s name publish --key=${PLAYER} /ipfs/${TW} + ipfs --timeout 720s name publish --key=${PLAYER} /ipfs/${TW} ## LOCAL PLAYER CACHING echo ${TW} > ~/.zen/game/players/${PLAYER}/ipfs/moa/.chain