mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Silent execution
This commit is contained in:
parent
24a11c92aa
commit
13eb31fdcd
@ -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";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user