summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-25 23:48:45 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-25 23:48:45 -0400
commitf532da19e304c91cec94bff6159ff4cd3288dad9 (patch)
tree159a7e58a37e88484c81260984346eb78592ddb6
parent08f03cdfbfab0ce28f11e753dbd71fe08fcd3e6e (diff)
downloadpfsense-f532da19e304c91cec94bff6159ff4cd3288dad9.zip
pfsense-f532da19e304c91cec94bff6159ff4cd3288dad9.tar.gz
Remove extra "
-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 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
OpenPOWER on IntegriCloud