summaryrefslogtreecommitdiffstats
path: root/collab/openldap/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/openldap/INSTALL')
-rwxr-xr-xcollab/openldap/INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/collab/openldap/INSTALL b/collab/openldap/INSTALL
index d4d44e34b3..2d41bf89c5 100755
--- a/collab/openldap/INSTALL
+++ b/collab/openldap/INSTALL
@@ -2,7 +2,6 @@ default_install &&
# if slapd was installed, link it to /usr/sbin/slapd for compatibility
if [[ -f $INSTALL_ROOT/usr/libexec/slapd ]] \
- && ! [[ -f $INSTALL_ROOT/usr/sbin/slapd ]]
-then
+ && ! [[ -f $INSTALL_ROOT/usr/sbin/slapd ]]; then
ln -fns ../libexec/slapd $INSTALL_ROOT/usr/sbin/slapd
fi