Skip to content
Snippets Groups Projects
Commit a4bc4af4 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

close 'for' appropriately; clean also 'replica' subdir

parent 498d1f04
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ fi
echo "Cleaning up in $DBDIR..."
rm -f $DBDIR/[!C]*
echo "Cleaning up in $REPLDIR..."
rm -f $REPLDIR/[!C]*
rm -rf $REPLDIR/[!C]*
echo "Starting master slapd on TCP/IP port $PORT..."
. $CONFFILTER $BACKEND $MONITORDB < $MASTERCONF > $DBCONF
......@@ -65,12 +65,12 @@ for i in 0 1 2 3 4 5; do
$LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT \
'objectclass=*' > /dev/null 2>&1
RC=$?
done
if test $RC = 0 ; then
break
fi
echo "Waiting 5 seconds for slapd to start..."
sleep 5
done
echo "Using ldapsearch to check that slave slapd is running..."
for i in 0 1 2 3 4 5; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment