From f532da19e304c91cec94bff6159ff4cd3288dad9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 25 Oct 2009 23:48:45 -0400 Subject: Remove extra " --- 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 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 -- cgit v1.1