Skip to content

Commit

Permalink
Fixes in progress message for tserver operations (apache#5211)
Browse files Browse the repository at this point in the history
Moves the "done" message up to the end of each tserver group operation
instead of being at the end.
  • Loading branch information
ddanielr committed Dec 23, 2024
1 parent 530beae commit b1510c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemble/bin/accumulo-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ function control_services() {
fi
fi
done
echo "done"
done
echo "done"
fi

local manager
Expand Down

0 comments on commit b1510c3

Please sign in to comment.