fix for loop
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Sep 2008 22:22:28 +0000 (22:22 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Sep 2008 22:22:28 +0000 (22:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12721 3c298f89-4303-0410-b956-a3cf2f4a3e73

ipv6/aiccu/files/aiccu.init

index a18e796..0a5f2c8 100644 (file)
@@ -15,7 +15,7 @@ config_cb() {
 
 start() {
        config_load aiccu
-       for cfgs_section $cfgs_sections; do
+       for cfgs_section in $cfgs_sections; do
                config_get username $cfgs_section username
                config_get password $cfgs_section password
                config_get server $cfgs_section server