From 4bb8dc561b902d272dab4e3e3e5ac389966daa3c Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Fri, 28 Jun 2019 02:07:50 +0200 Subject: [PATCH] security fix LCD-show to commit version --- build_sdcard.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_sdcard.sh b/build_sdcard.sh index 442e61f..b6e9453 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -833,6 +833,7 @@ if [ "${baseImage}" = "raspbian" ]; then sudo chmod -R 755 LCD-show sudo chown -R admin:admin LCD-show cd LCD-show/ + git reset --hard ce52014 sudo ./LCD35-show else