firmware_update_misc log file name out of date

The name was changed to /conf/firmware_update_misc_log.txt in etc/rc.firmware quite a while ago. It needs fixing here in diag_nanobsd.php also.
This commit is contained in:
phildd 2012-08-07 09:46:02 +05:45
parent a25ec99eff
commit 2e009ccba6

View File

@ -234,7 +234,7 @@ if ($savemsg)
echo "\nFile list:\n";
echo file_get_contents("/conf/file_upgrade_log.txt");
echo "\nMisc log:\n";
echo file_get_contents("/conf/firmware_update_misc.log");
echo file_get_contents("/conf/firmware_update_misc_log.txt");
echo "\nfdisk/bsdlabel log:\n";
echo file_get_contents("/conf/fdisk_upgrade_log.txt");
echo "</textarea>";