mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-diagnostics: Make all odd chars visible (pastebins can be picky!)
This commit is contained in:
parent
b6ab7bf733
commit
14d605c643
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ echo "This is: $outfile" >> $outfile
|
|||
echo >> $outfile
|
||||
echo -e "\n\n\n0. HW + SW Quick Summary" >> $outfile
|
||||
echo >> $outfile
|
||||
/opt/iiab/iiab/scripts/iiab-summary >> $outfile
|
||||
/opt/iiab/iiab/scripts/iiab-summary | iconv -t UTF-8//IGNORE | cat -v >> $outfile # Make odd chars visible, just in case (e.g. dpaste.com pastebin disallows null chars)
|
||||
if [ -f /etc/rpi-issue ]; then
|
||||
echo "stage2 = Raspberry Pi OS Lite" >> $outfile
|
||||
echo "stage4 = Raspberry Pi OS with desktop" >> $outfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue