Skip to content

Commit b1510c3

Browse files
committed
Fixes in progress message for tserver operations (apache#5211)
Moves the "done" message up to the end of each tserver group operation instead of being at the end.
1 parent 530beae commit b1510c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assemble/bin/accumulo-cluster

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ function control_services() {
545545
fi
546546
fi
547547
done
548+
echo "done"
548549
done
549-
echo "done"
550550
fi
551551

552552
local manager

0 commit comments

Comments
 (0)