summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrunnytu2017-08-05 16:14:06 +0200
committerrunnytu2017-08-05 16:14:06 +0200
commit8ff2872e80a813e99b6fb72eca8fc89436b5b31a (patch)
tree41cde59e56b115e2647d2c53d11ffadbfeeefaf5
parent5545b73429fb749b782e7f2b3bc282d0250627e0 (diff)
downloadaur-8ff2872e80a813e99b6fb72eca8fc89436b5b31a.tar.gz
fix install file
-rw-r--r--courier-authlib.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/courier-authlib.install b/courier-authlib.install
index 54fc631b10cf..1359c3f6e46d 100644
--- a/courier-authlib.install
+++ b/courier-authlib.install
@@ -5,7 +5,7 @@ post_install() {
groupadd -g 72 courier >/dev/null 2>&1
fi
- if getent passwd courier >/dev/null; then
+ if ! getent passwd courier >/dev/null; then
useradd -u 72 -d /var/spool/courier -g courier -s /bin/false courier >/dev/null 2>&1
fi