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 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
65e095133f
commit
2ed4984989
@@ -682,4 +682,5 @@ green " Patch complete"
|
|||||||
green "══════════════════════════════════════════════"
|
green "══════════════════════════════════════════════"
|
||||||
printf "\n Panel: https://%s/%s/\n" "$domain" "$panel_path"
|
printf "\n Panel: https://%s/%s/\n" "$domain" "$panel_path"
|
||||||
printf " Diagnostics (panel login): https://%s/%s/diag\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
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user