Skip to content

Commit

Permalink
fix incorrect user explanation
Browse files Browse the repository at this point in the history
See previous commit:

    0997908 print the various steps
  • Loading branch information
jeremyschlatter authored and mergify[bot] committed Jul 14, 2024
1 parent f99d120 commit daf19ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nixos-anywhere.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit daf19ef

Please sign in to comment.