mirror of https://github.com/aredn/aredn.git
bugfix: changed refresh message to minutes
This commit is contained in:
parent
193d63094d
commit
ce72e3c9f3
|
@ -237,7 +237,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 150 seconds)</h3>
|
||||
(This page will automatically reload in 2½ minutes)</h3>
|
||||
</center></body></html>
|
||||
";
|
||||
open(FILE, "/sbin/sysupgrade -q $tmpdir/firmware 2>&1 |") or die;
|
||||
|
@ -254,7 +254,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 150 seconds)</h3>
|
||||
(This page will automatically reload in 2½ minutes)</h3>
|
||||
</center>
|
||||
";
|
||||
page_footer();
|
||||
|
|
Loading…
Reference in New Issue