fix incorrect user explanation

See previous commit:

    099790802d print the various steps
This commit is contained in:
Jeremy Schlatter 2024-07-06 14:53:28 -07:00 committed by mergify[bot]
parent f99d120b37
commit daf19effba

View File

@ -521,7 +521,7 @@ nohup sh -c '${maybe_reboot}' >/dev/null &
SSH
if [[ -n ${maybe_reboot} ]]; then
step Waiting for the machine to become reachable again
step Waiting for the machine to become unreachable due to reboot
while timeout_ssh_ -- exit 0; do sleep 1; done
fi