security fix LCD-show to commit version

This commit is contained in:
Christian Rotzoll 2019-06-28 02:07:50 +02:00
parent 336ba5fff3
commit 4bb8dc561b

View file

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