mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
fix syntax
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user