From 9ea28792a177298875ba026d4ede5365aa32cdb4 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 6 Sep 2022 17:34:31 +0200 Subject: [PATCH] $MY_PATH/../tools/TUBE.copy.sh ~/.zen/tmp/astro/index.html $PLAYER --- ASTROBOT/PLAYER.refresh.sh | 2 +- ASTROBOT/VOEUX.refresh.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index 1c91f4820..7dfca7206 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -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 diff --git a/ASTROBOT/VOEUX.refresh.sh b/ASTROBOT/VOEUX.refresh.sh index 62d8c960b..57ed07acc 100755 --- a/ASTROBOT/VOEUX.refresh.sh +++ b/ASTROBOT/VOEUX.refresh.sh @@ -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)