fix syntax

This commit is contained in:
rootzoll 2020-09-02 17:48:00 +02:00
parent ac57ae0e1a
commit ef0d1d4da2

View File

@ -29,8 +29,8 @@ fi
command=$1
# check if its updated kernel version of v1.6 base image
oldKernel = $(uname -srm | cut -d ' ' -f2 | cut -d '-' -f1 | grep -c '4.19.118')
oldDrivers = $(sudo cat /home/admin/LCD-show/.git/config | grep -c 'github.com/goodtft/LCD')
oldKernel=$(uname -srm | cut -d ' ' -f2 | cut -d '-' -f1 | grep -c '4.19.118')
oldDrivers=$(sudo cat /home/admin/LCD-show/.git/config | grep -c 'github.com/goodtft/LCD')
###################
# CHECK-REPAIR