From cf9a740f37254f9b435f3f697f33e90e15cc7503 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 4 Apr 2020 12:47:35 -0400 Subject: [PATCH 1/2] pastebinit nightmares: try dpaste.com instead --- scripts/iiab-diagnostics | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 2c298dc21..fdaddee97 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -214,10 +214,10 @@ read ans < /dev/tty echo -e "\e[1m" if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then echo -ne "PUBLISHING TO URL... " - pastebinit < $outfile + pastebinit -b dpaste.com < $outfile # Run 'pastebinit -l' to list other possible pastebin site URLs else echo -e "If you later decide to publish it, run:" echo - echo -e " pastebinit < $outfile" + echo -e " pastebinit -b dpaste.com < $outfile" fi echo -e "\e[0m" From a6e962478312f8b9d4f1f807f7d402e24f1101ad Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 4 Apr 2020 12:57:31 -0400 Subject: [PATCH 2/2] Update iiab-diagnostics.README.md --- scripts/iiab-diagnostics.README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-diagnostics.README.md b/scripts/iiab-diagnostics.README.md index ef0ec021b..5759b8822 100644 --- a/scripts/iiab-diagnostics.README.md +++ b/scripts/iiab-diagnostics.README.md @@ -47,7 +47,7 @@ But first off, the file is compiled by harvesting 1 + 6 kinds of things: Or, you can later/manually upload it using the ``pastebinit`` command: ``` - pastebinit < /etc/iiab/diag/NEW-FILE-NAME + pastebinit -b dpaste.com < /etc/iiab/diag/NEW-FILE-NAME ``` Either way, this will generate an actual web link (URL).