Skip to content
Snippets Groups Projects
Commit f6fbe2a8 authored by Marius Burkard's avatar Marius Burkard
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent aed098cd
No related branches found
No related tags found
No related merge requests found
...@@ -650,7 +650,7 @@ class monitor_tools { ...@@ -650,7 +650,7 @@ class monitor_tools {
$log = 'Unable to read ' . $logfile; $log = 'Unable to read ' . $logfile;
} }
} }
}else{ } else {
if($journalmatch != ''){ if($journalmatch != ''){
$log = $this->_getOutputFromExecCommand('journalctl -n 100 --no-pager ' . escapeshellcmd($journalmatch)); $log = $this->_getOutputFromExecCommand('journalctl -n 100 --no-pager ' . escapeshellcmd($journalmatch));
}else{ }else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment