aboutsummaryrefslogtreecommitdiffstats
path: root/testing/at/at.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/at/at.pre-install')
-rw-r--r--testing/at/at.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/at/at.pre-install b/testing/at/at.pre-install
index e3c28ec8980..38035104777 100644
--- a/testing/at/at.pre-install
+++ b/testing/at/at.pre-install
@@ -1,7 +1,7 @@
#!/bin/sh
addgroup -S at 2>/dev/null
-adduser -S -H -s /bin/false -D -g at at 2>/dev/null
+adduser -S -D -H -s /bin/false -g at at 2>/dev/null
addgroup at at 2>/dev/null
exit 0