~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}.feed.html

This commit is contained in:
fred 2023-10-09 16:12:59 +02:00
parent 92fc6780d4
commit fb64f253d1
1 changed files with 2 additions and 1 deletions

View File

@ -282,8 +282,9 @@ 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
> ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}.feed.html
done
echo "PLAYER.refresh DONE."