mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Not using secret for 0x0.st cuz err (#1124)
This commit is contained in:
@@ -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
|
read -p "y=yes, n=no (default) ====> " p
|
||||||
case $p in
|
case $p in
|
||||||
[yY]) echo "OK, uploading..."
|
[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 "Uploaded. Please attach the URL above when asking for help."
|
||||||
;;
|
;;
|
||||||
*) echo "Uploading aborted.";;
|
*) echo "Uploading aborted.";;
|
||||||
|
|||||||
Reference in New Issue
Block a user