We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de6335 commit a890f03Copy full SHA for a890f03
script/install-openldap
@@ -2,8 +2,8 @@
2
set -e
3
set -x
4
5
-BASE_PATH="$( cd `dirname $0`/../test/fixtures/openldap && pwd )"
6
-SEED_PATH="$( cd `dirname $0`/../test/fixtures && pwd )"
+BASE_PATH=$( cd "`dirname $0`/../test/fixtures/openldap" && pwd )
+SEED_PATH=$( cd "`dirname $0`/../test/fixtures" && pwd )
7
8
dpkg -s slapd time ldap-utils gnutls-bin ssl-cert > /dev/null ||\
9
DEBIAN_FRONTEND=noninteractive apt-get update -y --force-yes && \
0 commit comments