From 4c12c10c58529cd80a34e820caee06ef8754a7aa Mon Sep 17 00:00:00 2001
From: mrtnzlml <mrtnzlml@ispconfig3>
Date: Fri, 26 Jul 2013 19:51:57 +0000
Subject: [PATCH] see http://www.howtoforge.com/forums/showthread.php?p=299049

---
 server/lib/classes/monitor_tools.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/lib/classes/monitor_tools.inc.php b/server/lib/classes/monitor_tools.inc.php
index 92b3ecb733..286791e62a 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')) {
 
 			/*
-- 
GitLab