From 3205d0bb1db8365a27e7e15625bc9c8fef8d9e80 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 8 Sep 2023 16:40:39 +0200 Subject: [PATCH] UPLANET/_${LAT}_${LON}/index.html is hidding UPLANET/_${LAT}_${LON}/RSS/ --- RUNTIME/PLAYER.refresh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index ef44436d..4f65a42c 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -255,9 +255,9 @@ for PLAYER in ${PLAYERONE[@]}; do ## Publish on LAT/ON key on 12345 CACHE [[ ${LAT} && ${LON} ]] \ - && [[ -d ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON} ]] \ && mkdir ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON}/RSS/ \ - && cp ~/.zen/game/players/${PLAYER}/ipfs/${PLAYER}.rss.json ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON}/RSS/ + && cp ~/.zen/game/players/${PLAYER}/ipfs/${PLAYER}.rss.json ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON}/RSS/ \ + && echo "" > ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON}/index.html ls -al ~/.zen/tmp/${IPFSNODEID}/UPLANET/_${LAT}_${LON} 2>/dev/null echo "(☉_☉ ) (☉_☉ ) (☉_☉ )"