mcramer
2013-07-30 fbe6a21116712168e3a00d44afb3f5edae1be549
Revision 4063 changed the command of apt-get dist-upgrade, so it is no longer neccessary to call as it is the same one that is already executed before and we can reuse the output.

1 files modified
2 ■■■ changed files
server/lib/classes/monitor_tools.inc.php 2 ●●● patch | view | raw | blame | history
server/lib/classes/monitor_tools.inc.php
@@ -897,7 +897,7 @@
            /*
             * Fetch the output
             */
            $data['output'] = shell_exec('apt-get -s -qq dist-upgrade');
            $data['output'] = $aptData;
        } elseif (file_exists('/etc/gentoo-release')) {
            /*