From 5e3638b7d61e588f4c99c5ae6d82525653878e02 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 16 May 2023 03:20:01 +0200 Subject: [PATCH] adapt G1BILLET url --- tools/my.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/my.sh b/tools/my.sh index 87123b2a..efb40a7b 100755 --- a/tools/my.sh +++ b/tools/my.sh @@ -358,6 +358,7 @@ myHtml() { -e "s~\"http://127.0.0.1:1234\"~\"${myASTROPORT}\"~g" \ -e "s~http://127.0.0.1:8080~${myIPFS}~g" \ -e "s~http://127.0.0.1:12345~http://${myHOST}:12345~g" \ + -e "s~http://127.0.0.1:33101~http://${myHOST}:33101~g" \ -e "s~https://ipfs.copylaradio.com~${myIPFSGW}~g" \ -e "s~_IPFSNODEID_~${IPFSNODEID}~g" \ -e "s~g1billet.localhost~${myIP}~g" \