From 8dc651cf8fb42fbbc70c99445fc1b7d0ae6942e9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 29 Sep 2019 19:30:33 +0200 Subject: [PATCH] use config file Signed-off-by: Nico Schottelius --- manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest b/manifest index ac8266e..36f65c4 100644 --- a/manifest +++ b/manifest @@ -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