mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 07:40:19 +04:00
darkstat: correction of a variable in the init script
This is to correct the variable name CONFIGSTR in the export_bool sub-routine: the variable in line 26 was written CONFIGSTRING instead of CONFIGSTR. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
This commit is contained in:
@@ -23,7 +23,7 @@ export_bool () {
|
||||
config_get_bool _loctmp "$section" "$option"
|
||||
if [ -n "$_loctmp" ]; then
|
||||
if [ 1 -eq "$_loctmp" ]; then
|
||||
CONFIGSTRING="$CONFIGSTRING${_keystr} "
|
||||
CONFIGSTR="$CONFIGSTR${_keystr} "
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user