1
0
Fork 0
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:
A Holt 2024-06-05 09:24:29 -04:00 committed by GitHub
parent b6ab7bf733
commit 14d605c643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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