fix for loop

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12721 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2008-09-26 22:22:28 +00:00
parent 95087ef8f8
commit ce0a7af0c5

View 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