From 694ace841f5e455f9a44087a3657594937ae23ad Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 23 Apr 2016 13:13:35 +0200 Subject: Reorder options passed to addgroup in scripts: make -S first. It's only for consistency and to ease spotting lack of it. --- testing/tengine/tengine.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tengine/tengine.pre-install') diff --git a/testing/tengine/tengine.pre-install b/testing/tengine/tengine.pre-install index 5d0abf7849..5e3285530d 100644 --- a/testing/tengine/tengine.pre-install +++ b/testing/tengine/tengine.pre-install @@ -1,6 +1,6 @@ #!/bin/sh -addgroup -g 82 -S www-data 2>/dev/null +addgroup -S -g 82 www-data 2>/dev/null addgroup -S tengine 2>/dev/null adduser -S -G tengine -H -h /var/www/localhost/htdocs -s /sbin/nologin \ -D tengine 2>/dev/null -- cgit v1.2.3