aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/apache2.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/apache2/apache2.pre-install')
-rw-r--r--main/apache2/apache2.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apache2/apache2.pre-install b/main/apache2/apache2.pre-install
index 7b93899334..762de83910 100644
--- a/main/apache2/apache2.pre-install
+++ b/main/apache2/apache2.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-addgroup -g 82 -S www-data 2>/dev/null
+addgroup -S -g 82 www-data 2>/dev/null
adduser -H -h /var/www -s /sbin/nologin -D apache 2>/dev/null
addgroup apache www-data 2>/dev/null
exit 0