From c8914ce69416c1f9eeee3f91ffb0604243b6c8aa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 19 Oct 2009 23:18:06 -0400 Subject: Use sh -c --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1