~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/feed.html - redirect to last json IPFS CID -

This commit is contained in:
fred 2023-10-09 15:05:12 +02:00
parent 0a18b3b362
commit a59d4d9ccc
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ for PLAYER in ${PLAYERONE[@]}; do
######################### REPLACE TW with REDIRECT (reduce 12345 cache size)
echo "<meta http-equiv=\"refresh\" content=\"0; url='/ipns/${ASTRONAUTENS}'\" />" \
> ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url='/ipfs/${IRSS}'\" />" \
> ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/feed.html
done
echo "PLAYER.refresh DONE."