--typo
This commit is contained in:
parent
7cb138b7be
commit
2c614aecc8
1 changed files with 1 additions and 1 deletions
2
manifest
2
manifest
|
@ -1,6 +1,6 @@
|
||||||
initscript="$__type/files/nftables-init"
|
initscript="$__type/files/nftables-init"
|
||||||
|
|
||||||
if [ -f "$__object/parameter/config-from_stdin" ]; then
|
if [ -f "$__object/parameter/config-from-stdin" ]; then
|
||||||
srcfile="$__object/stdin"
|
srcfile="$__object/stdin"
|
||||||
else
|
else
|
||||||
if [ ! -f "$__object/parameter/config" ]; then
|
if [ ! -f "$__object/parameter/config" ]; then
|
||||||
|
|
Loading…
Reference in a new issue