diff --git a/manifest b/manifest index 58a9d0f..03113d5 100644 --- a/manifest +++ b/manifest @@ -3,21 +3,7 @@ initscript="$__type/files/nftables-init" os=$(cat $__global/explorer/os) os_version=$(cat "$__global/explorer/os_version") -case "$os" in - debian) - case "$os_version" in - 10*|11*) - conf=/etc/nftables.nft - ;; - *) - conf=/etc/nftables.conf - ;; - esac - ;; - *) - conf=/etc/nftables.nft - ;; -esac +conf=/etc/nftables.nft if [ -f "$__object/parameter/config-from-stdin" ]; then srcfile="$__object/stdin"