From b04e7ed8f6504935b3bb1e3e194fee59a6161b14 Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 18 Feb 2025 20:02:00 +0800 Subject: [PATCH] Not using secret for 0x0.st cuz err (#1124) --- diagnose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagnose b/diagnose index 282701bc4..b5d607a02 100755 --- a/diagnose +++ b/diagnose @@ -93,7 +93,7 @@ echo "3. Only agree when necessary, typically when you are creating an issue and read -p "y=yes, n=no (default) ====> " p case $p in [yY]) echo "OK, uploading..." - curl -F'file=@diagnose.result' -Fexpires=360 -Fsecret= https://0x0.st && \ + curl -F'file=@diagnose.result' -Fexpires=360 https://0x0.st && \ echo "Uploaded. Please attach the URL above when asking for help." ;; *) echo "Uploading aborted.";;