From c15bb02b105a4e5e7e9aec6a2ccaca888b6c4a53 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 22 Feb 2024 22:46:04 +0100 Subject: [PATCH] coquille --- RUNTIME/UPLANET.refresh.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/RUNTIME/UPLANET.refresh.sh b/RUNTIME/UPLANET.refresh.sh index 2c696948..2841a625 100755 --- a/RUNTIME/UPLANET.refresh.sh +++ b/RUNTIME/UPLANET.refresh.sh @@ -142,9 +142,11 @@ for UMAP in ${unique_combined[@]}; do echo "* ACTINGNODE=${ACTINGNODE}" - [[ "${ACTINGNODE}" != "${IPFSNODEID}" ]] \ - && echo ">> ACTINGNODE=${ACTINGNODE} is not ME - CONTINUE -" \ - && ipfs key rm "${TODATE}${G1PUB}" "${YESTERDATE}${G1PUB}" "${G1PUB}"; continue + if [[ "${ACTINGNODE}" != "${IPFSNODEID}" ]]; then + echo ">> ACTINGNODE=${ACTINGNODE} is not ME - CONTINUE -" + ipfs key rm "${TODATE}${G1PUB}" "${YESTERDATE}${G1PUB}" "${G1PUB}" + continue + fi ######################################## # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PASSING THERE MAKE IPFSNODEID UMAP REFRESHER