diff --git a/files/www/cgi-bin/admin b/files/www/cgi-bin/admin
index f672f363..266c7392 100755
--- a/files/www/cgi-bin/admin
+++ b/files/www/cgi-bin/admin
@@ -217,7 +217,9 @@ if($fw_install and -f "$tmpdir/firmware")
{
my $junk;
http_header();
- html_header("FIRMWARE UPDATE IN PROGRESS", 1);
+ html_header("FIRMWARE UPDATE IN PROGRESS", 0);
+ print "";
+ print "\n";
print "
\n";
print "
The firmware is being updated.
\n";
print "
DO NOT REMOVE POWER UNTIL UPDATE IS FINISHED
\n";
@@ -234,7 +236,8 @@ DHCP lease and reset any name service caches you may be using.
The node will reboot twice while the configuration is applied
Wait for the Status 4 LED to start blinking, then stop blinking twice.
When the Status 4 LED is solid on you can get your new DHCP lease and reconnect with
-http://localnode.local.mesh:8080/
+http://$node:8080/
+(This page will automatically reload in 150 seconds)