Merge pull request #7523 from padre-lacroix/darkstat-master
darkstat: correction of a variable in the init script
This commit is contained in:
commit
131b83de76
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=darkstat
|
||||
PKG_VERSION:=3.0.719
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_MAINTAINER:=Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue