aboutsummaryrefslogtreecommitdiffstats
path: root/testing/couchdb/apache-couchdb.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/couchdb/apache-couchdb.post-install')
-rwxr-xr-xtesting/couchdb/apache-couchdb.post-install5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/couchdb/apache-couchdb.post-install b/testing/couchdb/apache-couchdb.post-install
index 0f6c62a3b0..5cc944e70b 100755
--- a/testing/couchdb/apache-couchdb.post-install
+++ b/testing/couchdb/apache-couchdb.post-install
@@ -1,3 +1,4 @@
#!/bin/sh
-addgroup -S couchdb
-adduser -h /var/run/couchdb -s /bin/false -G couchdb -S -D couchdb
+addgroup -S couchdb &>/dev/null
+adduser -h /var/run/couchdb -s /bin/false -G couchdb -S -D couchdb &>/dev/null
+exit 0