From a28fee88def9165056ea1230cba2e2132b59c6ad Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 1 Nov 2022 20:23:14 -0400 Subject: [PATCH] heh what's broken? --- firmware/tunerstudio/upload_ini.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/tunerstudio/upload_ini.sh b/firmware/tunerstudio/upload_ini.sh index 996ad01adb..1c846c2616 100755 --- a/firmware/tunerstudio/upload_ini.sh +++ b/firmware/tunerstudio/upload_ini.sh @@ -19,8 +19,9 @@ pwd echo -e "\nUploading .ini files" ls -l . -echo "[upload_ini] Processing file $fileName:" +echo "[upload_ini] Looking for signature in $fileName..." sig=$(grep "^ *signature *=" $fileName | cut -f2 -d "=") +echi "Got [$sig]" if [ ! -z "$sig" -a "$sig" != " " ]; then echo "* found signature: $sig" if [[ "$sig" =~ rusEFI.*([0-9]{4})\.([0-9]{2})\.([0-9]{2})\.([a-zA-Z0-9_-]+)\.([a-zA-Z0-9_-]+) ]]; then