From 3fd6a1504f7eb3c5fc84e5857fdd4a1302f9417d Mon Sep 17 00:00:00 2001 From: Mesar Hameed Date: Sun, 31 Jan 2021 15:28:06 +0000 Subject: [PATCH] __ipset: manifest simplify case statement --- type/__ipset/manifest | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/type/__ipset/manifest b/type/__ipset/manifest index 769a50b..4f075f8 100755 --- a/type/__ipset/manifest +++ b/type/__ipset/manifest @@ -20,10 +20,7 @@ os=$(cat "$__global/explorer/os") case "$os" in - debian) - : - ;; - ubuntu) + debian|ubuntu) : ;; *)