summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-18 16:19:25 +0000
committerErmal <eri@pfsense.org>2010-06-18 16:19:25 +0000
commitd499c12bc05fa09b3810abc6125d4edf5edee54f (patch)
treefd94e7b8d49f1494db32e9e9ff955d50ac7dfbb4
parent36ff7f81ca06925903ee8565872454d038753d4b (diff)
downloadpfsense-d499c12bc05fa09b3810abc6125d4edf5edee54f.zip
pfsense-d499c12bc05fa09b3810abc6125d4edf5edee54f.tar.gz
Silence.
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 86916cf..9a0d054 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -276,7 +276,7 @@ function system_routing_configure() {
$interfacegw = "";
/* tack on all the hard defined gateways as well */
if (is_array($config['gateways']['gateway_item'])) {
- mwexec("/bin/rm {$g['tmp_path']}/*_defaultgw");
+ mwexec("/bin/rm {$g['tmp_path']}/*_defaultgw", true);
$foundgw = false;
foreach ($config['gateways']['gateway_item'] as $gateway) {
if (isset($gateway['defaultgw'])) {
OpenPOWER on IntegriCloud