Fix to use dmesg -T for Linux systems #2442

This commit is contained in:
Ilia Ross 2025-03-23 03:07:50 +02:00
parent e8b2b21bce
commit fdbf960a2c
No known key found for this signature in database
GPG Key ID: 121E166DD9C821AB

View File

@ -7,7 +7,7 @@ require 'proc-lib.pl';
sub syslog_getlogs
{
if ($gconfig{'os_type'} =~ /-linux$/) {
return ( { 'cmd' => "dmesg",
return ( { 'cmd' => "dmesg -T",
'desc' => $text{'syslog_dmesg'},
'active' => 1, } );
}