Added missing exit 1 in __prometheus_server cdist type

This commit is contained in:
rouxdo 2019-10-05 07:48:58 +02:00 committed by Darko Poljak
parent 69170b20f6
commit d106632b2f
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ if [ -f "$__object/parameter/install-from-backports" ]; then
*)
echo "--install-from-backports is only supported on Devuan -- ignoring." >&2
echo "Send a pull request if you require it." >&2
exit 1
;;
esac
else