Add missing ;; in case item.
This commit is contained in:
parent
0882a0beec
commit
d11174f2b7
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ else
|
||||||
state='absent'
|
state='absent'
|
||||||
# OpenBSD 5.7 and higher
|
# OpenBSD 5.7 and higher
|
||||||
rcctl ls on | grep "^${name}$" && state='present'
|
rcctl ls on | grep "^${name}$" && state='present'
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported os: $os" >&2
|
echo "Unsupported os: $os" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue