From 2c38bf505cc7d98ee1ea91402328302465d43bff Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 11 Aug 2023 18:22:31 -0400 Subject: [PATCH] iiab-diagnostics: Change pastebin service (sprunge.us -> paste2.org) --- scripts/iiab-diagnostics | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 89ddd3311..a74dba058 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -265,10 +265,11 @@ echo -e "\e[1m" if ! [[ $ans =~ ^[nNqQ]$ ]]; then echo -ne "PUBLISHING TO URL... " #pastebinit -b dpaste.com < $outfile - pastebinit -b sprunge.us < $outfile # Run 'pastebinit -l' to list other possible pastebin site URLs + #pastebinit -b sprunge.us < $outfile + pastebinit -b paste2.org < $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 -b sprunge.us < $outfile" + echo -e " pastebinit -b paste2.org < $outfile" fi echo -e "\e[0m"