From 2b290452f9f563af157c07b96a94962035ed677b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 19 Mar 2024 15:06:04 +0100 Subject: [PATCH] ipfs --timeout 180s get -o ~/.zen/tmp/flashmem/tw/$tw/index.html /ipns/$tw --- RUNTIME/GEOKEYS_refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNTIME/GEOKEYS_refresh.sh b/RUNTIME/GEOKEYS_refresh.sh index bbcad15d..77a22be3 100755 --- a/RUNTIME/GEOKEYS_refresh.sh +++ b/RUNTIME/GEOKEYS_refresh.sh @@ -83,7 +83,7 @@ for tw in ${TWS[@]}; do floop=$((floop +1)) mkdir -p ~/.zen/tmp/flashmem/tw/$tw - ipfs --timeout 180s get -o ~/.zen/tmp/flashmem/tw/$tw /ipns/$tw + ipfs --timeout 180s get -o ~/.zen/tmp/flashmem/tw/$tw/index.html /ipns/$tw [[ $? == 0 ]] \ && medo=$((medo +1)) && floop=$((floop -1)) \ || rm -Rf ~/.zen/tmp/flashmem/tw/$tw