mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
collectd: fix the wrong var name
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
3a35751513
commit
fdd53a4c60
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user