From 27bcef2e63746dc20c65fc95c953e1192560f79a Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 15 Mar 2023 05:37:03 +0100 Subject: [PATCH] done --- templates/register.html | 4 ++-- tools/make_image_ipfs_index_carousel.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/register.html b/templates/register.html index 0a8d6fa2..57d2f41d 100644 --- a/templates/register.html +++ b/templates/register.html @@ -48,11 +48,11 @@ header {
-

BOX

+

BOX

-
+
diff --git a/tools/make_image_ipfs_index_carousel.sh b/tools/make_image_ipfs_index_carousel.sh index 4e58d6e5..0f1377d7 100755 --- a/tools/make_image_ipfs_index_carousel.sh +++ b/tools/make_image_ipfs_index_carousel.sh @@ -163,6 +163,7 @@ echo "" >> $html_file htmlipfs=$(ipfs add -q $html_file) [[ $XDG_SESSION_TYPE == 'x11' ]] && xdg-open http://ipfs.localhost:8080/ipfs/$htmlipfs -echo /ipfs/$htmlipfs + +echo "/ipfs/$htmlipfs" exit 0