summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 9c6175c..055eb1c 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -12,7 +12,7 @@ add_users_groups()
fi
if ! getent passwd ldapsp >/dev/null; then
- adduser --ingroup=ldapsp --quiet --system --home=/opt/ldapsp ldapsp
+ adduser --ingroup=ldapsp --quiet --system --home /opt/ldapsp ldapsp
fi
}