Add missing ;; in case item.

This commit is contained in:
Darko Poljak 2018-11-03 19:21:20 +01:00
parent 0882a0beec
commit d11174f2b7
1 changed files with 1 additions and 0 deletions

View File

@ -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