From a59d4d9cccbbd6de61a590e52b4b68d10ccb8ede Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 9 Oct 2023 15:05:12 +0200 Subject: [PATCH] ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/feed.html - redirect to last json IPFS CID - --- RUNTIME/PLAYER.refresh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RUNTIME/PLAYER.refresh.sh b/RUNTIME/PLAYER.refresh.sh index 98f477c04..c9b759a5c 100755 --- a/RUNTIME/PLAYER.refresh.sh +++ b/RUNTIME/PLAYER.refresh.sh @@ -282,6 +282,8 @@ for PLAYER in ${PLAYERONE[@]}; do ######################### REPLACE TW with REDIRECT (reduce 12345 cache size) echo "" \ > ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/index.html + echo "" \ + > ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/feed.html done echo "PLAYER.refresh DONE."