aboutsummaryrefslogtreecommitdiffstats
path: root/community/colord/colord.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/colord/colord.pre-install')
-rw-r--r--community/colord/colord.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/colord/colord.pre-install b/community/colord/colord.pre-install
index 59b278adfa8..dad0865aab7 100644
--- a/community/colord/colord.pre-install
+++ b/community/colord/colord.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
addgroup -S colord 2>/dev/null
-adduser -S -D -h /var/lib/colord -s /sbin/nologin -G colord -g colord colord 2>/dev/null
+adduser -S -D -H -h /var/lib/colord -s /sbin/nologin -G colord -g colord colord 2>/dev/null
exit 0