mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
Fix typo "KILL -HUP" -> "kill -HUP" (after some failures)
This commit is contained in:
parent
87d5d6a92b
commit
108dc0ef25
1 changed files with 8 additions and 8 deletions
|
|
@ -1641,7 +1641,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$NMUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to site1 search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
@ -1654,7 +1654,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to central search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
@ -1729,7 +1729,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to central search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
@ -1742,7 +1742,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to central search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
@ -1799,7 +1799,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$NMUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to site2 search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
@ -1875,7 +1875,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to site2 search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
@ -1888,7 +1888,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to site2 search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
@ -1945,7 +1945,7 @@ for i in 1 2 3 4 5; do
|
|||
"(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'`
|
||||
if test "x$RESULT" = "xNOK" ; then
|
||||
echo "Change was replicated to central search!"
|
||||
test $KILLSERVERS != no && KILL -HUP $KILLPIDS
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
fi
|
||||
sleep 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue