use config file

Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2019-09-29 19:30:33 +02:00
parent bfdb0c4daa
commit 8dc651cf8f

View file

@ -23,7 +23,7 @@ else
fi
__package nftables
__file /etc/nftables.conf --source "$srcfile" --mode 0644
__file ${conf} --source "$srcfile" --mode 0644
case $os in
# Alpine actually has an init script, as opposed to everyone else