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