fix: added .local.mesh to sys upgrade links

This commit is contained in:
Darryl Quinn 2015-04-06 23:08:52 -05:00
parent bb4f43ca4c
commit 3ba26cea4c
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ if($fw_install and -f "$tmpdir/firmware")
my $junk;
http_header();
html_header("FIRMWARE UPDATE IN PROGRESS", 0);
print "<meta http-equiv='refresh' content='150;URL=http://$node:8080'>";
print "<meta http-equiv='refresh' content='150;URL=http://$node.local.mesh:8080'>";
print "</head>\n";
print "<body><center>\n";
print "<h2>The firmware is being updated.</h2>\n";
@ -236,7 +236,7 @@ DHCP lease and reset any name service caches you may be using.</h3>
<h3>The node will reboot twice while the configuration is applied<br>
Wait for the Status 4 LED to start blinking, then stop blinking twice.<br>
When the Status 4 LED is solid on you can get your new DHCP lease and reconnect with<br>
<a href='http://$node:8080/'>http://$node:8080/</a><br>
<a href='http://$node.local.mesh:8080/'>http://$node.local.mesh:8080/</a><br>
(This page will automatically reload in 150 seconds)</h3>
</center></body></html>
";