diff options
Diffstat (limited to 'testing/qpage/qpage.pre-install')
-rw-r--r-- | testing/qpage/qpage.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qpage/qpage.pre-install b/testing/qpage/qpage.pre-install index c463899a16..160fc0b45d 100644 --- a/testing/qpage/qpage.pre-install +++ b/testing/qpage/qpage.pre-install @@ -1,3 +1,3 @@ #!/bin/sh -adduser -h /var/lib/qpage -s /bin/false -G qpage -D qpage 2>/dev/null || true +adduser -S -h /var/lib/qpage -s /bin/false -G qpage -D qpage 2>/dev/null || true |