From 13eb31fdcd5b3b1da2726eaa2f49cd929062216c Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 13 Oct 2015 19:00:16 -0300 Subject: [PATCH] Silent execution --- src/etc/phpshellsessions/gitsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync index 912ba0ff66..dceeaa9b5c 100644 --- a/src/etc/phpshellsessions/gitsync +++ b/src/etc/phpshellsessions/gitsync @@ -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"; }