shellcheck happy

This commit is contained in:
yoni13 2025-01-18 16:56:15 +08:00
parent b3ae5d34cc
commit d2b7e10f55

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
python3 build_rknn.py $1 $2 > immich_to_rknn2.log python3 build_rknn.py "$1" "$2" > immich_to_rknn2.log
# if "No lowering found for" found in log file, return error status 1 # if "No lowering found for" found in log file, return error status 1
if grep -q "No lowering found for" immich_to_rknn2.log; then if grep -q "No lowering found for" immich_to_rknn2.log; then