diff --git a/server/lib/classes/monitor_tools.inc.php b/server/lib/classes/monitor_tools.inc.php index 92b3ecb733caf77bffaa365049c5c7e57bdf7a37..286791e62a8be1a48e146dbfc93459c08fcd5a02 100644 --- a/server/lib/classes/monitor_tools.inc.php +++ b/server/lib/classes/monitor_tools.inc.php @@ -897,7 +897,7 @@ class monitor_tools { /* * 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')) { /*