mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Delete pointless wait for (foreground) slapadd
This commit is contained in:
parent
d10c999098
commit
460687589a
1 changed files with 0 additions and 3 deletions
|
|
@ -27,9 +27,6 @@ if test $RC != 0 ; then
|
|||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Waiting 5 seconds for slapadd to build slapd database..."
|
||||
sleep 5
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT1..."
|
||||
$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
|
||||
PID=$!
|
||||
|
|
|
|||
Loading…
Reference in a new issue