mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update iiab-diagnostics
This commit is contained in:
parent
901db8d6c5
commit
fb9a0da40e
1 changed files with 3 additions and 2 deletions
|
@ -234,10 +234,11 @@ read ans < /dev/tty
|
|||
echo -e "\e[1m"
|
||||
if [ "$ans" == "" ] || [ "$ans" == "y" ] || [ "$ans" == "Y" ]; then
|
||||
echo -ne "PUBLISHING TO URL... "
|
||||
pastebinit -b dpaste.com < $outfile # Run 'pastebinit -l' to list other possible pastebin site URLs
|
||||
#pastebinit -b dpaste.com < $outfile
|
||||
pastebinit -b sprunge.us < $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 dpaste.com < $outfile"
|
||||
echo -e " pastebinit -b sprunge.us < $outfile"
|
||||
fi
|
||||
echo -e "\e[0m"
|
||||
|
|
Loading…
Reference in a new issue