Silent execution

This commit is contained in:
Renato Botelho 2015-10-13 19:00:16 -03:00
parent 24a11c92aa
commit 13eb31fdcd

View File

@ -381,7 +381,7 @@ function post_cvssync_commands() {
if (file_exists("/etc/rc.php_ini_setup")) {
echo "===> Running /etc/rc.php_ini_setup...";
exec("/etc/rc.php_ini_setup");
exec("/etc/rc.php_ini_setup >/dev/null 2>&1");
echo "\n";
}