1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-diagnostics: Change pastebin service (paste2.org -> dpaste.com)

This commit is contained in:
root 2023-08-11 20:37:24 -04:00
parent 19f5109db3
commit 8ce25a7a20

View file

@ -264,12 +264,12 @@ echo -e "\e[1m"
#if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
if ! [[ $ans =~ ^[nNqQ]$ ]]; then
echo -ne "PUBLISHING TO URL... "
#pastebinit -b dpaste.com < $outfile
#pastebinit -b sprunge.us < $outfile
pastebinit -b paste2.org < $outfile # Run 'pastebinit -l' to list other possible pastebin site URLs
#pastebinit -b sprunge.us < $outfile # Stopped working mid-2023
#pastebinit -b paste2.org < $outfile # Spammy/dangerous pastebins
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 -b paste2.org < $outfile"
echo -e " pastebinit -b dpaste.com < $outfile"
fi
echo -e "\e[0m"