From b89bc01adaeeeb3e4ce718f12a4079ff87fca705 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 30 Mar 2024 12:50:37 +0100 Subject: [PATCH] ${#unique_combined[@]} UMAPS --- RUNTIME/UPLANET.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNTIME/UPLANET.refresh.sh b/RUNTIME/UPLANET.refresh.sh index e5e65b9c..7112b03e 100755 --- a/RUNTIME/UPLANET.refresh.sh +++ b/RUNTIME/UPLANET.refresh.sh @@ -40,7 +40,7 @@ MEMAPS=($(ls -td ~/.zen/tmp/${IPFSNODEID}/UPLANET/__/_*_*/_*.?_*.?/* 2>/dev/null SWARMMAPS=($(ls -Gd ~/.zen/tmp/swarm/*/UPLANET/__/_*_*/_*.?_*.?/* 2>/dev/null | rev | cut -d '/' -f 1 | rev | sort | uniq)) combined=("${MEMAPS[@]}" "${SWARMMAPS[@]}") unique_combined=($(echo "${combined[@]}" | tr ' ' '\n' | sort -u)) -echo "ACTIVATED UMAPS : ${unique_combined[@]}" # "_LAT_LON" directories +echo "ACTIVATED ${#unique_combined[@]} UMAPS : ${unique_combined[@]}" # "_LAT_LON" directories ###################################################### ### LEVEL 1 ###########################################