From 2a573734b692ce27e4809e47e514ca0dfffaa970 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 23 Apr 2016 13:13:36 +0200 Subject: Reorder options passed to adduser in scripts: make -S first. It's only for consistency and to ease spotting lack of it. --- testing/elasticsearch/elasticsearch.pre-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/elasticsearch/elasticsearch.pre-install') 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 -- cgit v1.2.3