forked from ungleich-public/cdist
[__pf_ruleset] Fix shellcheck issue.
This commit is contained in:
parent
fefe90e9c9
commit
2928795441
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ __key_value __pf_ruleset/rcvar \
|
|||
--key "pf_enable" \
|
||||
--value "YES"
|
||||
|
||||
require="__key_value/__pf_ruleset/rcvar" __config_file ${rcvar} \
|
||||
require="__key_value/__pf_ruleset/rcvar" __config_file "${rcvar}" \
|
||||
--source "${source}" \
|
||||
--state "${state}" \
|
||||
--onchange "${action}"
|
||||
|
|
Loading…
Reference in a new issue