summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-19 23:18:06 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-19 23:18:06 -0400
commitc8914ce69416c1f9eeee3f91ffb0604243b6c8aa (patch)
tree81e93e658038c3fd0ad55ad737a20c48286c5cd2
parentbb992eb3c6364b2b7f6ed064a0bc2c7e0f12a549 (diff)
downloadpfsense-c8914ce69416c1f9eeee3f91ffb0604243b6c8aa.zip
pfsense-c8914ce69416c1f9eeee3f91ffb0604243b6c8aa.tar.gz
Use sh -c
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 62e2a13..f8542a3 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -905,7 +905,7 @@ function interface_ppp_configure($ifcfg) {
}
$rclinkup = "default:\n";
- $rclinkup.= "! /etc/rc.filter_configure_sync";
+ $rclinkup.= "! sh -c \"/etc/rc.filter_configure_sync\"";
// Write out configuration for ppp.conf
file_put_contents("/etc/ppp/ppp.conf", $peerfile);
OpenPOWER on IntegriCloud