Skip to content

Commit f6fbe2a

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent aed098c commit f6fbe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/monitor_tools.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ public function _getLogData($log) {
650650
$log = 'Unable to read ' . $logfile;
651651
}
652652
}
653-
}else{
653+
} else {
654654
if($journalmatch != ''){
655655
$log = $this->_getOutputFromExecCommand('journalctl -n 100 --no-pager ' . escapeshellcmd($journalmatch));
656656
}else{

0 commit comments

Comments
 (0)