aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qpage/qpage.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/qpage/qpage.pre-install')
-rw-r--r--testing/qpage/qpage.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qpage/qpage.pre-install b/testing/qpage/qpage.pre-install
index 5e7eed0842..45f03d0bd0 100644
--- a/testing/qpage/qpage.pre-install
+++ b/testing/qpage/qpage.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-adduser -S -h /var/lib/qpage -s /bin/false -G qpage -D -g qpage qpage 2>/dev/null
+adduser -S -D -h /var/lib/qpage -s /bin/false -G qpage -g qpage qpage 2>/dev/null
exit 0