From a4f0f0b69c9cab98bc8cc17f20b653f970bbd0aa Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 25 Dec 2022 14:20:32 +0100 Subject: [PATCH] register.html --- 12345.sh | 2 +- templates/index.http | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/12345.sh b/12345.sh index 3921e746..b6bda283 100755 --- a/12345.sh +++ b/12345.sh @@ -110,7 +110,7 @@ while true; do ############### ############### ############### ############### templates/index.http # REPLACE myHOST in http response template (fixing next API meeting point) - sed "s~127.0.0.1:12345~${myHOST}:${PORT}~g" $HOME/.zen/Astroport.ONE/templates/index.http > ~/.zen/tmp/coucou/${MOATS}.myHOST.http + sed "s~127.0.0.1:12345~${myHOST}:${PORT}~g" $HOME/.zen/Astroport.ONE/templates/register.html > ~/.zen/tmp/coucou/${MOATS}.myHOST.http sed -i "s~http://127.0.0.1:1234~${myASTROPORT}~g" ~/.zen/tmp/coucou/${MOATS}.myHOST.http sed -i "s~http://127.0.0.1:8080~${myIPFS}~g" ~/.zen/tmp/coucou/${MOATS}.myHOST.http diff --git a/templates/index.http b/templates/index.http index 8176ff67..6626e13e 100644 --- a/templates/index.http +++ b/templates/index.http @@ -82,7 +82,7 @@ setTimeout(() => { el.style.visibility = 'visible'; }, 3000); // 👈️ delay in milliseconds -var timeLeft = 30; +var timeLeft = 2524608000; var elem = document.getElementById('countdown'); var timerId = setInterval(countdown, 1000);