mirror of https://github.com/aredn/aredn.git
bugfix: extend admin page reload time after reboot to 3 mins
Change-Id: Iffa664bf495fdb20d1d8450e00457722399bfcbf
This commit is contained in:
parent
956c6b7cd8
commit
8e08363414
|
@ -222,7 +222,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.local.mesh:8080'>";
|
||||
print "<meta http-equiv='refresh' content='180;URL=http://$node.local.mesh:8080'>";
|
||||
print "</head>\n";
|
||||
print "<body><center>\n";
|
||||
print "<h2>The firmware is being updated.</h2>\n";
|
||||
|
@ -273,7 +273,7 @@ DHCP lease and reset any name service caches you may be using.</h3>
|
|||
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.local.mesh:8080/'>http://$node.local.mesh:8080/</a><br>
|
||||
(This page will automatically reload in 2½ minutes)</h3>
|
||||
(This page will automatically reload in 3 minutes)</h3>
|
||||
</center></body></html>
|
||||
";
|
||||
|
||||
|
@ -295,7 +295,7 @@ DHCP lease and reset any name service caches you may be using.</h3>
|
|||
<h3>Wait for the Status 4 LED to start blinking, then stop blinking.<br>
|
||||
When the Status 4 LED is solid on you can get your new DHCP lease and reconnect with<br>
|
||||
<a href='http://localnode.local.mesh:8080/'>http://localnode.local.mesh:8080/</a><br>
|
||||
(This page will automatically reload in 2½ minutes)</h3>
|
||||
(This page will automatically reload in 3 minutes)</h3>
|
||||
</center>
|
||||
";
|
||||
page_footer();
|
||||
|
|
Loading…
Reference in New Issue