mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
If we're looping more than once, print out the iteration
This commit is contained in:
parent
70fd27c8d5
commit
85a75c4ca9
1 changed files with 3 additions and 0 deletions
|
|
@ -227,6 +227,9 @@ LDAPNOINIT=true; export LDAPNOINIT
|
|||
|
||||
echo "Running ${SCRIPT}..."
|
||||
while [ $COUNTER -le $LOOP ]; do
|
||||
if [ $LOOP -gt 1 ]; then
|
||||
echo "Running $COUNTER of $LOOP iterations"
|
||||
fi
|
||||
$SCRIPT $*
|
||||
RC=$?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue