From d57b639e47b82371118f5de1e1ac5a71789076a3 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 3 Sep 2023 20:27:21 +0200 Subject: [PATCH] myG1BILLET --- tools/my.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/my.sh b/tools/my.sh index e6756ce3..52321236 100755 --- a/tools/my.sh +++ b/tools/my.sh @@ -362,6 +362,7 @@ myHtml() { -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~http://g1billet.localhost:33101~${myG1BILLET}~g" \ -e "s~_IPFSNODEID_~${IPFSNODEID}~g" \ -e "s~g1billet.localhost~${myIP}~g" \ -e "s~_HOSTNAME_~$(hostname)~g" \