From c7a26669e3f5715015531b147898510dded55ff2 2020-04-12 17:55:01 From: drtyhlpr Date: 2020-04-12 17:55:01 Subject: [PATCH] Merge pull request #219 from VonOx/typo Fix #218 typo - thanks to VonOx for the fix! --- diff --git a/bootstrap.d/15-rpi-config.sh b/bootstrap.d/15-rpi-config.sh index 2c35a7b..6278b50 100644 --- a/bootstrap.d/15-rpi-config.sh +++ b/bootstrap.d/15-rpi-config.sh @@ -117,7 +117,7 @@ fi install_readonly files/boot/config.txt "${BOOT_DIR}/config.txt" # Disable Raspberry Pi console logo -if [ "$ENABLE_SLASH" = false ] ; then +if [ "$ENABLE_SPLASH" = false ] ; then echo "disable_splash=1" >> "${BOOT_DIR}/config.txt" fi