doReIPL should return when going back through steps, too (#563862).
Without this change, going backwards from package installation errors
will bounce at the reipl step and go forwards again without giving you
a chance to do anything about it. The result is arbitrary errors about
setting up authentication because no packages were installed.
---
packages.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)