diff --git a/etc/inc/util.inc b/etc/inc/util.inc index 7300bfa57b..3d4354f549 100644 --- a/etc/inc/util.inc +++ b/etc/inc/util.inc @@ -345,7 +345,7 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "") } /* wrapper for exec() */ -function mwexec($command, $mute = false) { +function mwexec($command, $mute = true) { global $g; $oarr = array();