__ipset: manifest simplify case statement
This commit is contained in:
parent
a7565bce22
commit
3fd6a1504f
1 changed files with 1 additions and 4 deletions
|
@ -20,10 +20,7 @@
|
|||
|
||||
os=$(cat "$__global/explorer/os")
|
||||
case "$os" in
|
||||
debian)
|
||||
:
|
||||
;;
|
||||
ubuntu)
|
||||
debian|ubuntu)
|
||||
:
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue