diff options
Diffstat (limited to 'testing/elasticsearch/elasticsearch.pre-install')
-rw-r--r-- | testing/elasticsearch/elasticsearch.pre-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/elasticsearch/elasticsearch.pre-install b/testing/elasticsearch/elasticsearch.pre-install index 042588e5b7..9e96765bda 100644 --- a/testing/elasticsearch/elasticsearch.pre-install +++ b/testing/elasticsearch/elasticsearch.pre-install @@ -1,7 +1,7 @@ #!/bin/sh addgroup elastico -adduser -h /var/lib/elasticsearch -s /sbin/nologin -G elastico \ - -g "added by apk for elasticsearch" -SDH elastico +adduser -S -h /var/lib/elasticsearch -s /sbin/nologin -G elastico \ + -g "added by apk for elasticsearch" -DH elastico exit 0 |