[bugfix] forgot to close the case statement
This commit is contained in:
parent
ea69c4c622
commit
f5a932e1b0
1 changed files with 1 additions and 0 deletions
1
manifest
1
manifest
|
@ -12,6 +12,7 @@ case "$os" in
|
|||
*)
|
||||
conf=/etc/nftables.conf
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
conf=/etc/nftables.nft
|
||||
|
|
Loading…
Reference in a new issue