mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 10:14:08 -04:00
shellcheck happy
This commit is contained in:
parent
b3ae5d34cc
commit
d2b7e10f55
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user