summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system_firmware_auto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 1765c4c..86c9d47 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -201,7 +201,7 @@ function read_body($ch, $string) {
$a = $file_size;
$b = $downloaded;
$c = $downloadProgress;
- $text .= " Download Status\\n";
+ $text = " Download Status\\n";
$text .= "---------------------------------\\n";
$text .= " File size : {$a}\\n";
$text .= " Downloaded : {$b}\\n";
OpenPOWER on IntegriCloud