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
collectd: fix the wrong var name
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
lilik-openwrt-22.03
Maxim Storchak
4 years ago
committed by
Hannu Nyman
parent
3a35751513
commit
fdd53a4c60
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/collectd/files/collectd.init
+ 1
- 1
utils/collectd/files/collectd.init
View File
@ -98,7 +98,7 @@ process_network() {
}
config_get_bool Forward "$cfg" Forward
if [ "$
value
" = "0" ]; then
if [ "$
Forward
" = "0" ]; then
printf "\\tForward false\n" >> "$COLLECTD_CONF"
else
printf "\\tForward true\n" >> "$COLLECTD_CONF"
Write
Preview
Loading…
Cancel
Save