Fix errror in build_sdcard.sh (#1963)

Spotted an errror ;)
This commit is contained in:
Devin Bileck 2021-03-09 07:11:52 -08:00 committed by GitHub
parent 61accab44c
commit 16d1816aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -936,7 +936,7 @@ if [ "${lcdInstalled}" == "true" ]; then
else else
echo "Your SD Card Image for RaspiBlitz is ready." echo "Your SD Card Image for RaspiBlitz is ready."
fi fi
echo "Take the chance & look thru the output above if you can spot any errror." echo "Take the chance & look thru the output above if you can spot any error."
echo "" echo ""
if [ "${lcdInstalled}" == "true" ]; then if [ "${lcdInstalled}" == "true" ]; then
echo "After final reboot - your SD Card Image is ready." echo "After final reboot - your SD Card Image is ready."