From d499c12bc05fa09b3810abc6125d4edf5edee54f Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 18 Jun 2010 16:19:25 +0000 Subject: Silence. --- etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) { -- cgit v1.1