From 207bbf46e57cac2053beec09f32fc83b12c17bf6 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Tue, 10 Oct 2023 20:57:19 -0700 Subject: [PATCH] Super Mesh -> Cloud Mesh (#957) --- files/www/cgi-bin/mesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/www/cgi-bin/mesh b/files/www/cgi-bin/mesh index 039ff59a..753b0a7d 100755 --- a/files/www/cgi-bin/mesh +++ b/files/www/cgi-bin/mesh @@ -515,7 +515,7 @@ if nixio.fs.stat("/tmp/dnsmasq.d/supernode.conf") then local ip = read_all("/tmp/dnsmasq.d/supernode.conf"):match("^#(%S+)") if ip then html.print("  ") - html.print("") + html.print("") end end html.print("  ")