diff options
Diffstat (limited to 'testing/pdns/pdns.pre-install')
-rw-r--r-- | testing/pdns/pdns.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pdns/pdns.pre-install b/testing/pdns/pdns.pre-install index bf00793e47..e80add6412 100644 --- a/testing/pdns/pdns.pre-install +++ b/testing/pdns/pdns.pre-install @@ -1,5 +1,5 @@ #!/bin/sh -adduser -S -H -h /var/empty -D -s /bin/false -g pdns pdns 2>/dev/null +adduser -S -D -H -h /var/empty -s /bin/false -g pdns pdns 2>/dev/null exit 0 |