Skip to content
Snippets Groups Projects
Commit 4c12c10c authored by mrtnzlml's avatar mrtnzlml
Browse files
parent 488092e5
No related branches found
No related tags found
No related merge requests found
...@@ -897,7 +897,7 @@ class monitor_tools { ...@@ -897,7 +897,7 @@ class monitor_tools {
/* /*
* Fetch the output * Fetch the output
*/ */
$data['output'] = shell_exec('apt-get -s -q dist-upgrade'); $data['output'] = shell_exec('apt-get -s -qq dist-upgrade');
} elseif (file_exists('/etc/gentoo-release')) { } elseif (file_exists('/etc/gentoo-release')) {
/* /*
......
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