use config file
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
bfdb0c4daa
commit
8dc651cf8f
1 changed files with 1 additions and 1 deletions
2
manifest
2
manifest
|
@ -23,7 +23,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
__package nftables
|
__package nftables
|
||||||
__file /etc/nftables.conf --source "$srcfile" --mode 0644
|
__file ${conf} --source "$srcfile" --mode 0644
|
||||||
|
|
||||||
case $os in
|
case $os in
|
||||||
# Alpine actually has an init script, as opposed to everyone else
|
# Alpine actually has an init script, as opposed to everyone else
|
||||||
|
|
Loading…
Reference in a new issue