cost of progress

This commit is contained in:
rusefi 2020-06-28 15:03:53 -04:00
parent 908e17872b
commit 46e9145282
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ for f in *.ini; do if [[ -f "$f" ]]; then
sig=$(grep "^ *signature *=" $f | cut -f2 -d "=")
if [ ! -z "$sig" -a "$sig" != " " ]; then
echo "* found signature: $sig"
if [[ "$sig" =~ rusEFI.*([0-9]{4}[^\"]+) ]]; then
if [[ "$sig" =~ rusEFI.*([0-9]{4}\.[^\"]+) ]]; then
sig=${BASH_REMATCH[1]}
sig="${sig//\./\/}.ini"
path="/rusefi/$sig"