From f83435cd391a20aa6e43594b1f85009d253fe75d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2024 15:58:39 +0100 Subject: [PATCH] keep /UPLANET cache --- RUNTIME/PLAYER.refresh.sh | 2 -- RUNTIME/VOEUX.refresh.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index a8f41145..bc323966 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -22,8 +22,6 @@ CURRENT=$(readlink ~/.zen/game/players/.current | rev | cut -d '/' -f 1 | rev) echo "RENEWING LOCAL UPLANET REPOSITORY (ADMIN=${CURRENT}) ~/.zen/tmp/${IPFSNODEID}/UPLANET/__/_*_*/_*.?_*.?/_*.??_*.??" -rm -Rf ~/.zen/tmp/${IPFSNODEID}/UPLANET -mkdir -p ~/.zen/tmp/${IPFSNODEID}/UPLANET echo "CLEANING IPFSNODEID TW CACHE ~/.zen/tmp/${IPFSNODEID}/TW/" rm -Rf ~/.zen/tmp/${IPFSNODEID}/TW/ diff --git a/RUNTIME/VOEUX.refresh.sh b/RUNTIME/VOEUX.refresh.sh index 9118cb4b..c6976dc6 100755 --- a/RUNTIME/VOEUX.refresh.sh +++ b/RUNTIME/VOEUX.refresh.sh @@ -313,6 +313,7 @@ if [[ ${wishnumbers} -gt 0 ]]; then ## GET UMAP ENV $(${MY_PATH}/../tools/getUMAP_ENV.sh ${LAT} ${LON} | tail -n 1) + echo "export UMAPG1PUB=$UMAPG1PUB UMAPIPNS=$UMAPIPNS SECTOR=$SECTOR SECTORG1PUB=$SECTORG1PUB SECTORIPNS=$SECTORIPNS REGION=$REGION REGIONG1PUB=$REGIONG1PUB REGIONIPNS=$REGIONIPNS LAT=$LAT LON=$LON SLAT=$SLAT SLON=$SLON RLAT=$RLAT RLON=$RLON" ############################################################## GRATITUDE=$($MY_PATH/../tools/getcoins_from_gratitude_box.sh)