heh what's broken? :(

This commit is contained in:
rusefi 2022-11-01 20:48:30 -04:00
parent d7718dae1e
commit 9c2ee0bdaa
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ls -l .
echo "[upload_ini] Looking for signature in $fileName..."
sig=$(grep "^ *signature *=" $fileName | cut -f2 -d "=")
echi "Got [$sig]"
echo "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