From e56956da3a85b0bb4a1a6c6ab62f2485d4c0595a Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 19 Feb 2024 16:27:02 +0100 Subject: [PATCH] /ipns/${TODATENS} --- RUNTIME/PLAYER.refresh.sh | 2 +- RUNTIME/REGION.refresh.sh | 2 +- RUNTIME/SECTOR.refresh.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index aec9eec1..58fe707f 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -398,7 +398,7 @@ for PLAYER in ${PLAYERONE[@]}; do mkdir -p ~/.zen/tmp/${IPFSNODEID}/UPLANET/__/_${REGLAT}_${REGLON}/_${SECLAT}_${SECLON}/_${LAT}_${LON}/TW/${PLAYER} cp ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/index.html ~/.zen/tmp/${IPFSNODEID}/UPLANET/__/_${REGLAT}_${REGLON}/_${SECLAT}_${SECLON}/_${LAT}_${LON}/TW/${PLAYER}/ - echo "" > ~/.zen/tmp/${IPFSNODEID}/UPLANET/__/_${REGLAT}_${REGLON}/_${SECLAT}_${SECLON}/_${LAT}_${LON}/_index.html + echo "" > ~/.zen/tmp/${IPFSNODEID}/UPLANET/__/_${REGLAT}_${REGLON}/_${SECLAT}_${SECLON}/_${LAT}_${LON}/_index.html fi diff --git a/RUNTIME/REGION.refresh.sh b/RUNTIME/REGION.refresh.sh index 84eb84a4..f8f03cbb 100755 --- a/RUNTIME/REGION.refresh.sh +++ b/RUNTIME/REGION.refresh.sh @@ -138,7 +138,7 @@ for REGION in ${REGIONS[@]}; do ################################### ## NODE PUBLISH REGION TODATENS LINK - echo "" \ + echo "" \ > ~/.zen/tmp/${IPFSNODEID}/UPLANET/REGIONS/_${REGLAT}_${REGLON}/_index.html diff --git a/RUNTIME/SECTOR.refresh.sh b/RUNTIME/SECTOR.refresh.sh index 540e071a..803b4d93 100755 --- a/RUNTIME/SECTOR.refresh.sh +++ b/RUNTIME/SECTOR.refresh.sh @@ -329,7 +329,7 @@ for SECTOR in ${SECTORS[@]}; do ################################### ## NODE CACHE SECTOR TODATENS - echo "" \ + echo "" \ > ~/.zen/tmp/${IPFSNODEID}/UPLANET/SECTORS/_${REGLAT}_${REGLON}/_${SLAT}_${SLON}/_index.html ## TODO FILTER INFORMATION WITH MULTIPLE SIGNATURES (DONE in REGION.refresh.sh)