From b086446dfc8834a54e2d499f803d0f5737d38c8d Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 14 Apr 2023 17:17:38 +0200 Subject: [PATCH] G1BILLET Linking to myIP:33101 --- tools/my.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/my.sh b/tools/my.sh index 6f57d8aa..bdedf165 100755 --- a/tools/my.sh +++ b/tools/my.sh @@ -351,6 +351,7 @@ myHtml() { -e "s~http://127.0.0.1:12345~http://${myHOST}:12345~g" \ -e "s~https://ipfs.copylaradio.com~${myIPFSGW}~g" \ -e "s~_IPFSNODEID_~${IPFSNODEID}~g" \ + -e "s~g1billet.localhost~${myIP}~g" \ -e "s~_HOSTNAME_~$(hostname)~g" \ -e "s~background.000.~background.$(printf '%03d' "$(seq 0 17 |shuf -n 1)").~g" \ ~/.zen/Astroport.ONE/templates/register.html)