This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#7523
from padre-lacroix/darkstat-master
darkstat: correction of a variable in the init script
lilik-openwrt-22.03
champtar
6 years ago
committed by
GitHub
parent
dc7fc9746f
0f24ead01c
commit
131b83de76
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/darkstat/Makefile
+1
-1
net/darkstat/files/darkstat.init
+ 1
- 1
net/darkstat/Makefile
View File
@ -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>
+ 1
- 1
net/darkstat/files/darkstat.init
View File
@ -23,7 +23,7 @@ export_bool () {
config_get_bool _loctmp "$section" "$option"
if [ -n "$_loctmp" ]; then
if [ 1 -eq "$_loctmp" ]; then
CONFIGSTR
ING
="$CONFIGSTR
ING
${_keystr} "
CONFIGSTR="$CONFIGSTR${_keystr} "
fi
fi
}
Write
Preview
Loading…
Cancel
Save