mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 12:23:11 +02:00
fix syntax
This commit is contained in:
@@ -29,8 +29,8 @@ fi
|
|||||||
command=$1
|
command=$1
|
||||||
|
|
||||||
# check if its updated kernel version of v1.6 base image
|
# 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')
|
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')
|
oldDrivers=$(sudo cat /home/admin/LCD-show/.git/config | grep -c 'github.com/goodtft/LCD')
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# CHECK-REPAIR
|
# CHECK-REPAIR
|
||||||
|
Reference in New Issue
Block a user