Skip to content

Commit 23d049e

Browse files
committed
Revert re-install guard, debugging
1 parent b9aaf67 commit 23d049e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

script/install-openldap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ set -x
55
BASE_PATH="$( cd `dirname $0`/../test/fixtures/openldap && pwd )"
66
SEED_PATH="$( cd `dirname $0`/../test/fixtures && pwd )"
77

8-
dpkg -s slapd time ldap-utils &>/dev/null ||\
9-
DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y --force-yes slapd time ldap-utils
8+
dpkg -s slapd time ldap-utils || true
9+
echo $?
10+
11+
DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y --force-yes slapd time ldap-utils
1012

1113
sudo /etc/init.d/slapd stop
1214

0 commit comments

Comments
 (0)