Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
f6fbe2a8
Commit
f6fbe2a8
authored
Dec 09, 2020
by
Marius Burkard
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
aed098cd
Pipeline
#6736
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/monitor_tools.inc.php
View file @
f6fbe2a8
...
...
@@ -650,7 +650,7 @@ class monitor_tools {
$log
=
'Unable to read '
.
$logfile
;
}
}
}
else
{
}
else
{
if
(
$journalmatch
!=
''
){
$log
=
$this
->
_getOutputFromExecCommand
(
'journalctl -n 100 --no-pager '
.
escapeshellcmd
(
$journalmatch
));
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment