From aea265a1fd7599b0766e6a7ced291fc720aa8fc1 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 26 Mar 2023 19:12:53 +0200 Subject: [PATCH] myTUBE --- ASTROBOT/VOEUX.refresh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASTROBOT/VOEUX.refresh.sh b/ASTROBOT/VOEUX.refresh.sh index df0868c1..1a6335ec 100755 --- a/ASTROBOT/VOEUX.refresh.sh +++ b/ASTROBOT/VOEUX.refresh.sh @@ -143,7 +143,7 @@ do alpha: Math.random() * 2 * Math.PI, delta: Math.random() * 2 * Math.PI, name: '"${WISNAME} ${APLAYER}"', - link: '"${myIPFS}${WISHNS}"' + link: '"${myTUBE}${WISHNS}"' } ," >> ~/.zen/tmp/world.js @@ -187,7 +187,7 @@ do ipfs add -qw ~/.zen/game/players/${PLAYER}/QRG1avatar.png | tail -n 1 > ~/.zen/game/players/${PLAYER}/QRG1avatar.dir.ipfs QRLINK=$(cat ~/.zen/game/players/${PLAYER}/QRG1avatar.dir.ipfs) - ################################## + ################################## PasseportTerre/index.html cat $MY_PATH/../www/PasseportTerre/index.html \ | sed -e "s~_LIBRA_~$(myIpfsGw)~g" \ -e "s~_G1VOEU_~${WISHNAME}~g" \