mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#5036 fix prev commit
This commit is contained in:
parent
e1d42189fa
commit
b7b32d7448
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ mkdir -p $TESTDIR $DBDIR1
|
|||
$SLAPPASSWD -g -n >$CONFIGPWF
|
||||
echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >$TESTDIR/configpw.conf
|
||||
|
||||
if test $MONITORDB = yes ; then
|
||||
if test $MONITORDB != no ; then
|
||||
DBIX=2
|
||||
else
|
||||
DBIX=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue