Fix bare-metal instruction for watching install to disk

* Original instructions were to watch install to disk by SSH'ing
via port 2222 following Typhoon v1.10.1. Restore that message,
since the version number in the instruction was incorrectly bumped
on each release
This commit is contained in:
Dalton Hubble 2020-01-12 14:16:00 -08:00
parent ce0569e03b
commit 073fcb7067
1 changed files with 2 additions and 2 deletions

View File

@ -264,9 +264,9 @@ Apply complete! Resources: 55 added, 0 changed, 0 destroyed.
To watch the install to disk (until machines reboot from disk), SSH to port 2222.
```
# before v1.17.0
# before v1.10.1
$ ssh debug@node1.example.com
# after v1.17.0
# after v1.10.1
$ ssh -p 2222 core@node1.example.com
```