From 731917b876827a5edc47e0432c32445da5c100a4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 19 Sep 2021 19:12:57 +0200 Subject: [PATCH] ONE BY ONE (cron_MINUTE.sh task every 7 mn) --- zen/ipns_TAG_refresh.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zen/ipns_TAG_refresh.sh b/zen/ipns_TAG_refresh.sh index d2626f5..6830a57 100755 --- a/zen/ipns_TAG_refresh.sh +++ b/zen/ipns_TAG_refresh.sh @@ -98,8 +98,8 @@ do TUBELINK="https://tube.copylaradio.com$(cat /tmp/${mediakey}_filelink.txt)" LOCALTUBELINK="http://127.0.0.1:8181$(cat /tmp/${mediakey}_filelink.txt)" - ### IPNS LINK CAN EVOLVE (REFRESH EVERY 12 H TO MAINTAIN ALIVE IN THE SWARM) # TODO : Use templating - ### This index.html is ipns link root, 1st welcome page for MEDIAKEY -> *** Redirect to CONTRACTS processing HERE *** + ### IPNS LINK CAN EVOLVE (REFRESH EVERY 12 H TO MAINTAIN ALIVE IN THE SWARM) + ### This index.html is ipns link root, 1st welcome page for MEDIAKEY -> *** Redirect to CONTRACTS or LOGIN processing HERE *** echo "=======> Mediakey Welcome index.html " cat /home/$YOU/.zen/astrXbian/www/boris/youtube_watch_step2.html \ @@ -188,7 +188,7 @@ do http://127.0.0.1:8181/ipns/$J" ######################################################################## ######################################################################## - break ## TODO REMOVE IF CRON 6H + break ## ONE BY ONE (cron_MINUTE.sh task every 7 mn) done ########################################################################