ONE BY ONE (cron_MINUTE.sh task every 7 mn)

This commit is contained in:
fred 2021-09-19 19:12:57 +02:00
parent ed8d25d01c
commit 731917b876
1 changed files with 3 additions and 3 deletions

View File

@ -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
########################################################################