diff options
author | Scott Ullrich <sullrich@G5.local> | 2009-10-25 23:48:45 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@G5.local> | 2009-10-25 23:48:45 -0400 |
commit | f532da19e304c91cec94bff6159ff4cd3288dad9 (patch) | |
tree | 159a7e58a37e88484c81260984346eb78592ddb6 /etc/inc | |
parent | 08f03cdfbfab0ce28f11e753dbd71fe08fcd3e6e (diff) | |
download | pfsense-f532da19e304c91cec94bff6159ff4cd3288dad9.zip pfsense-f532da19e304c91cec94bff6159ff4cd3288dad9.tar.gz |
Remove extra "
Diffstat (limited to 'etc/inc')
-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 0e0388e..1c10881 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -927,7 +927,7 @@ function interface_ppp_configure($ifcfg) { } $rclinkup = "default:\n"; - $rclinkup.= "! sh -c \"echo HISADDR\" > /tmp/INTERFACE_router\"\n"; + $rclinkup.= "! sh -c \"echo HISADDR\" > /tmp/INTERFACE_router\n"; $rclinkup.= "! sh -c \"/etc/rc.linkup INTERFACE start\"\n"; // Write out configuration for ppp.conf |