aboutsummaryrefslogtreecommitdiffstats
path: root/testing/elasticsearch/elasticsearch.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/elasticsearch/elasticsearch.pre-install')
-rw-r--r--testing/elasticsearch/elasticsearch.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/elasticsearch/elasticsearch.pre-install b/testing/elasticsearch/elasticsearch.pre-install
index 2e0b742e58..fe4845bec9 100644
--- a/testing/elasticsearch/elasticsearch.pre-install
+++ b/testing/elasticsearch/elasticsearch.pre-install
@@ -1,7 +1,7 @@
#!/bin/sh
addgroup -S elastico 2>/dev/null
-adduser -S -D -H -h /var/lib/elasticsearch -s /sbin/nologin -G elastico \
+adduser -SDH -h /var/lib/elasticsearch -s /sbin/nologin -G elastico \
-g "added by apk for elasticsearch" elastico 2>/dev/null
exit 0