From d11174f2b7e15fc1d9402226290c749378e21ca9 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Sat, 3 Nov 2018 19:21:20 +0100 Subject: [PATCH] Add missing ;; in case item. --- cdist/conf/type/__start_on_boot/explorer/state | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist/conf/type/__start_on_boot/explorer/state b/cdist/conf/type/__start_on_boot/explorer/state index 1f99db48..19dfc74b 100644 --- a/cdist/conf/type/__start_on_boot/explorer/state +++ b/cdist/conf/type/__start_on_boot/explorer/state @@ -87,6 +87,7 @@ else state='absent' # OpenBSD 5.7 and higher rcctl ls on | grep "^${name}$" && state='present' + ;; *) echo "Unsupported os: $os" >&2 exit 1