From 61a0ec9199d2d3015e2574cea74d230d1690e63b Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 18 Feb 2025 11:15:34 +0800 Subject: [PATCH] Update diagnose script --- diagnose | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/diagnose b/diagnose index fa24d6559..282701bc4 100755 --- a/diagnose +++ b/diagnose @@ -86,8 +86,10 @@ x agsv1 --version e "Finished. Output saved as \"$output_file\"." if ! command -v curl 2>&1 >>/dev/null ;then echo "\"curl\" not found, pastebin upload unavailable.";exit;fi echo "(Optional) Do you agree to upload the file \"$output_file\" to the online pastebin (https://0x0.st)?" -echo "Note: it is a public service and the logfile will be expired in 15 days." -echo "You should have a look at the content of \"$output_file\" before agreeing to upload it." +echo "Notes:" +echo "1. It is a public service and the logfile will be expired in 15 days." +echo "2. You should have a look at the content of \"$output_file\" before agreeing to upload it." +echo "3. Only agree when necessary, typically when you are creating an issue and not able to upload the \"diagnose.result\" file there or copy-paste the output directly." read -p "y=yes, n=no (default) ====> " p case $p in [yY]) echo "OK, uploading..."