From 2ed498498991445aa7cd86e9e69e114f570007e2 Mon Sep 17 00:00:00 2001 From: Ivan Razin Date: Mon, 6 Jul 2026 08:35:42 +0300 Subject: [PATCH] Patch: also print the direct diagnostics URL at the end The results block already shows the SSO-bridge entry (/panel/diag); add the direct diag page URL (https://domain/net-XXX/) so the actual page is visible after patching. Co-Authored-By: Claude Opus 4.8 --- x-ui-patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x-ui-patch.sh b/x-ui-patch.sh index 3d8fcd8..ca64140 100644 --- a/x-ui-patch.sh +++ b/x-ui-patch.sh @@ -682,4 +682,5 @@ green " Patch complete" green "══════════════════════════════════════════════" printf "\n Panel: https://%s/%s/\n" "$domain" "$panel_path" printf " Diagnostics (panel login): https://%s/%s/diag\n" "$domain" "$panel_path" +printf " Diagnostics (direct): https://%s%s\n" "$domain" "$diag_path" echo