Skip to content

Commit cd9668a

Browse files
author
Jerry Cheung
committed
oops
1 parent b4f3ab7 commit cd9668a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/install-openldap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BASE_PATH="$( cd `dirname $0`/../test/fixtures/openldap && pwd )"
66
SEED_PATH="$( cd `dirname $0`/../test/fixtures && pwd )"
77

88
dpkg -s slapd time ldap-utils gnutls-bin ssl-cert > /dev/null ||\
9-
DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y --force-yes slapd time ldap-utils
9+
DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y --force-yes slapd time ldap-utils gnutls-bin ssl-cert
1010

1111
sudo /etc/init.d/slapd stop
1212

0 commit comments

Comments
 (0)