diff --git a/templates/register.html b/templates/register.html index 5c42f1cb..8d876641 100644 --- a/templates/register.html +++ b/templates/register.html @@ -59,7 +59,7 @@ header {

Découvrez LA ♥BOX ...^2223 Archivez vos DATA 👍 sur IPFS.^3222

-

Activez votre 👉TW👈 ! ^3112!! Ralliez Astroport - Le Web des Gens -^2312

+

Activez votre 👉TW👈 !^3112! - Ralliez Astroport - Le Web des Gens -^2312

diff --git a/tools/my.sh b/tools/my.sh index 4f7abe67..de0229ee 100755 --- a/tools/my.sh +++ b/tools/my.sh @@ -329,7 +329,7 @@ myReyalpResuPath() { myHtml() { local myHtml=$($RUN sed \ - -e "s~\"http://127.0.0.1:1234\"~\"${myASTROPORT}\"~g" \ + -e "s~\"http://127.0.0.1:1234\"~\"https://${myHOST}\"~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~https://ipfs.copylaradio.com~${myIPFSGW}~g" \ @@ -339,6 +339,7 @@ myHtml() { ~/.zen/Astroport.ONE/templates/register.html) [ -z "$isLAN" ] \ || myHtml=$($RUN echo "$myHtml" | sed \ + -e "s~\"https://${myHOST}\"~\"${myASTROPORT}\"~g" \ -e "s~~~g" \ -e "s~~~g") [ -n "$myHtml" ] && echo "$myHtml"