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-install4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/qpage/qpage.pre-install b/testing/qpage/qpage.pre-install
index aaa8d3e59a..5e7eed0842 100644
--- a/testing/qpage/qpage.pre-install
+++ b/testing/qpage/qpage.pre-install
@@ -1,3 +1,5 @@
#!/bin/sh
-adduser -S -h /var/lib/qpage -s /bin/false -G qpage -D -g qpage qpage 2>/dev/null || true
+adduser -S -h /var/lib/qpage -s /bin/false -G qpage -D -g qpage qpage 2>/dev/null
+
+exit 0