summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/diag_nanobsd.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php
index 5aab2c1..9e282e7 100755
--- a/usr/local/www/diag_nanobsd.php
+++ b/usr/local/www/diag_nanobsd.php
@@ -235,6 +235,8 @@ if ($savemsg)
echo file_get_contents("/conf/file_upgrade_log.txt");
echo "\nMisc log:\n";
echo file_get_contents("/conf/firmware_update_misc.log");
+ echo "\nfdisk/bsdlabel log:\n";
+ echo file_get_contents("/conf/fdisk_upgrade_log.txt");
echo "</textarea>";
} else {
echo "<form action='diag_nanobsd.php' method='post' name='iform'>";
OpenPOWER on IntegriCloud