$MY_PATH/../tools/TUBE.copy.sh ~/.zen/tmp/astro/index.html $PLAYER

This commit is contained in:
fred 2022-09-06 17:34:31 +02:00
parent 7ae8f7fb0e
commit 9ea28792a1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -39,7 +39,7 @@ do
continue
else
## Replace tube links with downloaded video
$MY_PATH/TUBE.copy.sh ~/.zen/tmp/work/index.html $voeu
$MY_PATH/../tools/TUBE.copy.sh ~/.zen/tmp/work/index.html $voeu
echo "DIFFERENCE ?"
DIFF=$(diff ~/.zen/tmp/work/index.html ~/.zen/game/world/$voeu/index.html)