mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
Fix CONF/CONF1 usage
This commit is contained in:
parent
5d7db2665f
commit
879e1d6133
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
|||
# - verify answerability
|
||||
|
||||
echo "Starting master slapd on TCP/IP port $PORT1..."
|
||||
. $CONFFILTER < $CACHEMASTERCONF > $CONF
|
||||
$SLAPD -f $CONF -h $URI1 -d $LVL > $LOG1 2>&1 &
|
||||
. $CONFFILTER < $CACHEMASTERCONF > $CONF1
|
||||
$SLAPD -f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
|
||||
PID=$!
|
||||
if test $WAIT != 0 ; then
|
||||
echo PID $PID
|
||||
|
|
|
|||
Loading…
Reference in a new issue