From c4da328a55033981430ce2bfea83ccd4b21ffb26 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 15 Sep 2022 13:12:31 +0200 Subject: [PATCH] copy tube --- ASTROBOT/PLAYER.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index 472536ed..9cd768b5 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -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