From 0009297bf7943befe40fe9634559450dbac692e4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 13 Nov 2022 04:17:28 +0100 Subject: [PATCH] sed -i "s~_ASTROPORT_~/ipns/${IPFSNODEID}~g" ~/.zen/game/players/$PLAYER/ipfs/moa/index.html --- tools/VISA.new.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/VISA.new.sh b/tools/VISA.new.sh index 85cbd330..d430c2ea 100755 --- a/tools/VISA.new.sh +++ b/tools/VISA.new.sh @@ -173,6 +173,8 @@ if [ ! -f ~/.zen/tmp/TW.html ]; then cp ~/.zen/Astroport.ONE/templates/twdefault.html ~/.zen/game/players/$PLAYER/ipfs/moa/index.html sed -i "s~_BIRTHDATE_~${MOATS}~g" ~/.zen/game/players/$PLAYER/ipfs/moa/index.html + sed -i "s~_ASTROPORT_~/ipns/${IPFSNODEID}~g" ~/.zen/game/players/$PLAYER/ipfs/moa/index.html + sed -i "s~_PLAYER_~${PLAYER}~g" ~/.zen/game/players/$PLAYER/ipfs/moa/index.html sed -i "s~_PSEUDO_~${PSEUDO}~g" ~/.zen/game/players/$PLAYER/ipfs/moa/index.html sed -i "s~_WISHKEY_~${G1PUB}~g" ~/.zen/game/players/$PLAYER/ipfs/moa/index.html