~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/blackbox_exporter: do not create user if already exist

Details
Message ID
<20210725215047.106078-1-me@roshless.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/blackbox_exporter/blackbox_exporter.pre-install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/blackbox_exporter/blackbox_exporter.pre-install b/testing/blackbox_exporter/blackbox_exporter.pre-install
index eeccb43ce2..004fd0bcb9 100644
--- a/testing/blackbox_exporter/blackbox_exporter.pre-install
+++ b/testing/blackbox_exporter/blackbox_exporter.pre-install
@@ -1,4 +1,4 @@
#!/bin/sh
addgroup -S prometheus 2>/dev/null
adduser -SDh/var/lib/prometheus \
grep '^prometheus:' /etc/group >/dev/null || addgroup -S prometheus 2>/dev/null
grep '^prometheus:' /etc/passwd >/dev/null || adduser -SDh/var/lib/prometheus \
	-s/sbin/nologin -Gprometheus -gprometheus prometheus prometheus 2>/dev/null
-- 
2.32.0
Details
Message ID
<20210730132449.6a41e77c@desktop>
In-Reply-To
<20210725215047.106078-1-me@roshless.com> (view parent)
DKIM signature
missing
Download raw message
Hey, 

Can we get this merged? What can I do to make this process faster?
Reply to thread Export thread (mbox)