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