summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-13 19:00:16 -0300
committerRenato Botelho <renato@netgate.com>2015-10-13 19:00:16 -0300
commit13eb31fdcd5b3b1da2726eaa2f49cd929062216c (patch)
tree92d42fdae51657b22926111310bab5ab6bb01fd1 /src/etc/phpshellsessions
parent24a11c92aa24685389f9c347e77eca49c5f4d7d2 (diff)
downloadpfsense-13eb31fdcd5b3b1da2726eaa2f49cd929062216c.zip
pfsense-13eb31fdcd5b3b1da2726eaa2f49cd929062216c.tar.gz
Silent execution
Diffstat (limited to 'src/etc/phpshellsessions')
-rw-r--r--src/etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index 912ba0f..dceeaa9 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";
}
OpenPOWER on IntegriCloud