diff options
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
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); |