From 8cd0d80fc3f2680a9ca4eff4de12401f4c4c2720 Mon Sep 17 00:00:00 2001 From: thepeople Date: Fri, 16 May 2008 18:03:04 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@11152 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bandwidthd/files/bandwidthd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bandwidthd/files/bandwidthd.init b/utils/bandwidthd/files/bandwidthd.init index 770d9c05f..10659712a 100644 --- a/utils/bandwidthd/files/bandwidthd.init +++ b/utils/bandwidthd/files/bandwidthd.init @@ -34,7 +34,7 @@ start() { config_get filter $cfg filter config_get graph $cfg graph config_get meta_refresh $cfg meta_refresh - for subnet in $subnets + for subnet in $subnets; do echo "subnet $subnet">> /tmp/bandwidthd.conf done cat >> /tmp/bandwidthd.conf <