From 47764387cc5939e23ffbbafdde1bd344b51a0f49 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 15 Apr 2024 11:51:33 +0200 Subject: [PATCH] z \ --- RUNTIME/ZEN.SECTOR.memory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNTIME/ZEN.SECTOR.memory.sh b/RUNTIME/ZEN.SECTOR.memory.sh index 00f08185..1592cded 100755 --- a/RUNTIME/ZEN.SECTOR.memory.sh +++ b/RUNTIME/ZEN.SECTOR.memory.sh @@ -56,7 +56,7 @@ if [[ -s ~/.zen/tmp/${MOATS}/${REGION}.g1history.json ]]; then if [[ $ipfs_pop ]]; then g1pub=$(jq -r '.[] | select(.comment | test("UPLANET:'"${SECTOR}"'")) | .pubkey' ~/.zen/tmp/${MOATS}/${REGION}.g1history.json | tail -n 1) echo "INFO :: $g1pub Memory updater" - ipfs --timeout 180s get --progress="false" -o ~/.zen/tmp/${MOATS}/${SECTOR} $ipfs_pop + ipfs --timeout 180s get --progress="false" -o ~/.zen/tmp/${MOATS}/${SECTOR} $ipfs_pop \ && ipfs pin rm $ipfs_pop \ || echo "$ipfs_pop ERROR ... " else