mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-07 17:19:57 +00:00
fix: remove reference to deleted 'Ensure cluster keys' button in installer
The button was removed in previous commit, update error message to suggest re-running the script instead.
This commit is contained in:
parent
a0cc661027
commit
38586fa17f
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ if command -v pvecm >/dev/null 2>&1; then
|
|||
if [[ $SSH_FAILURE_COUNT -gt 0 ]]; then
|
||||
print_warn " ✗ Failed: $SSH_FAILURE_COUNT node(s) - ${SSH_FAILED_NODES[*]}"
|
||||
print_info ""
|
||||
print_info "To retry failed nodes, use Pulse's 'Ensure cluster keys' button or manually run:"
|
||||
print_info "To retry failed nodes, re-run this script or manually run:"
|
||||
print_info " ssh root@<node> 'echo \"${AUTH_LINE}\" >> /root/.ssh/authorized_keys'"
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue