mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
a25ec99eff
commit
2e009ccba6
@ -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>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user