From 2c999133cadb8b4057fb360528a246270094c9bd Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 15 Sep 2022 13:13:09 +0200 Subject: [PATCH] PLAYER 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 9cd768b59..313c6aa05 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 echo "DIFFERENCE ?" DIFF=$(diff ~/.zen/tmp/astro/index.html ~/.zen/game/players/$PLAYER/ipfs/moa/index.html) if [[ $DIFF ]]; then