mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to use dmesg -T for Linux systems #2442
This commit is contained in:
@@ -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, } );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user