mirror of https://github.com/aredn/aredn.git
Merge branch 'refresh_sysupgrade' into develop
This commit is contained in:
commit
9b4382e3b3
|
@ -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>
|
||||
";
|
||||
|
|
Loading…
Reference in New Issue