Added missing exit 1 in __prometheus_server cdist type
This commit is contained in:
parent
69170b20f6
commit
d106632b2f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue