summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/system.inc')
-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