__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")
|
os=$(cat "$__global/explorer/os")
|
||||||
case "$os" in
|
case "$os" in
|
||||||
debian)
|
debian|ubuntu)
|
||||||
:
|
|
||||||
;;
|
|
||||||
ubuntu)
|
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue