copy tube

This commit is contained in:
fred 2022-09-15 13:12:31 +02:00
parent 1aae3eaa42
commit c4da328a55
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ for PLAYER in $(ls ~/.zen/game/players/); do
continue
else
## Replace tube links with downloaded video ## TODO create LOG tiddler
# $MY_PATH/../tools/TUBE.copy.sh ~/.zen/tmp/astro/index.html $PLAYER (TODO Reactivate after Dessin de Moa cleaning from Voeu template)
$MY_PATH/../tools/TUBE.copy.sh ~/.zen/tmp/astro/index.html $PLAYER (TODO Reactivate after Dessin de Moa cleaning from Voeu template)
echo "DIFFERENCE ?"
DIFF=$(diff ~/.zen/tmp/astro/index.html ~/.zen/game/players/$PLAYER/ipfs/moa/index.html)
if [[ $DIFF ]]; then