We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed098c commit f6fbe2aCopy full SHA for f6fbe2a
server/lib/classes/monitor_tools.inc.php
@@ -650,7 +650,7 @@ public function _getLogData($log) {
650
$log = 'Unable to read ' . $logfile;
651
}
652
653
- }else{
+ } else {
654
if($journalmatch != ''){
655
$log = $this->_getOutputFromExecCommand('journalctl -n 100 --no-pager ' . escapeshellcmd($journalmatch));
656
}else{
0 commit comments