From ef0d1d4da2d3732fbc3dacb9197724b304962e56 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 2 Sep 2020 17:48:00 +0200 Subject: [PATCH] fix syntax --- home.admin/config.scripts/blitz.lcd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/blitz.lcd.sh b/home.admin/config.scripts/blitz.lcd.sh index 96cd758b6..6bf9ce6f5 100644 --- a/home.admin/config.scripts/blitz.lcd.sh +++ b/home.admin/config.scripts/blitz.lcd.sh @@ -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