__ipset: manifest simplify case statement

This commit is contained in:
mhameed 2021-01-31 15:28:06 +00:00
parent a7565bce22
commit 3fd6a1504f
1 changed files with 1 additions and 4 deletions

View File

@ -20,10 +20,7 @@
os=$(cat "$__global/explorer/os")
case "$os" in
debian)
:
;;
ubuntu)
debian|ubuntu)
:
;;
*)