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"