We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99d120 commit daf19efCopy full SHA for daf19ef
src/nixos-anywhere.sh
@@ -521,7 +521,7 @@ nohup sh -c '${maybe_reboot}' >/dev/null &
521
SSH
522
523
if [[ -n ${maybe_reboot} ]]; then
524
- step Waiting for the machine to become reachable again
+ step Waiting for the machine to become unreachable due to reboot
525
while timeout_ssh_ -- exit 0; do sleep 1; done
526
fi
527
0 commit comments