This commit is contained in:
Nico Schottelius 2018-07-08 21:09:54 +02:00
parent 7cb138b7be
commit 2c614aecc8

View file

@ -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