mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	iiab-diagnostics: Change pastebin service (sprunge.us -> paste2.org)
This commit is contained in:
		
							parent
							
								
									a1a92b590d
								
							
						
					
					
						commit
						2c38bf505c
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -265,10 +265,11 @@ echo -e "\e[1m"
 | 
				
			||||||
if ! [[ $ans =~ ^[nNqQ]$ ]]; then
 | 
					if ! [[ $ans =~ ^[nNqQ]$ ]]; then
 | 
				
			||||||
    echo -ne "PUBLISHING TO URL... "
 | 
					    echo -ne "PUBLISHING TO URL... "
 | 
				
			||||||
    #pastebinit -b dpaste.com < $outfile
 | 
					    #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
 | 
					else
 | 
				
			||||||
    echo -e "If you later decide to publish it, run:"
 | 
					    echo -e "If you later decide to publish it, run:"
 | 
				
			||||||
    echo
 | 
					    echo
 | 
				
			||||||
    echo -e "   pastebinit -b sprunge.us < $outfile"
 | 
					    echo -e "   pastebinit -b paste2.org < $outfile"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
echo -e "\e[0m"
 | 
					echo -e "\e[0m"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue