Skip to content
Snippets Groups Projects
Commit 345ee74f authored by Leo's avatar Leo
Browse files

testing/blackbox_exporter: add missing exit 0

parent 4fc01d65
No related branches found
No related tags found
No related merge requests found
# Maintainer: ungleich <alpinelinux@ungleich.ch>
pkgname=blackbox_exporter
pkgver=0.19.0
pkgrel=0
pkgrel=1
pkgdesc="Prometheus Blackbox Exporter"
url="https://github.com/prometheus/blackbox_exporter"
license="Apache-2.0"
......
......@@ -2,3 +2,4 @@
addgroup -S prometheus 2>/dev/null
adduser -SDh/var/lib/prometheus \
-s/sbin/nologin -Gprometheus -gprometheus prometheus prometheus 2>/dev/null
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment