From 864a90e58aa7d52b2ef20968b172301fa0bde836 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 17 Oct 2025 14:11:50 +0000 Subject: [PATCH] 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. --- scripts/install-sensor-proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-sensor-proxy.sh b/scripts/install-sensor-proxy.sh index 62be7ec..2a51641 100755 --- a/scripts/install-sensor-proxy.sh +++ b/scripts/install-sensor-proxy.sh @@ -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@ 'echo \"${AUTH_LINE}\" >> /root/.ssh/authorized_keys'" fi else