From cf9a740f37254f9b435f3f697f33e90e15cc7503 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 4 Apr 2020 12:47:35 -0400 Subject: [PATCH] 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"