From d2b7e10f55c29bc1e5b264a86d72820b1cbd7006 Mon Sep 17 00:00:00 2001 From: yoni13 Date: Sat, 18 Jan 2025 16:56:15 +0800 Subject: [PATCH] shellcheck happy --- machine-learning/rknn/export/convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/rknn/export/convert.sh b/machine-learning/rknn/export/convert.sh index 99a33f60fd..bc8328b334 100644 --- a/machine-learning/rknn/export/convert.sh +++ b/machine-learning/rknn/export/convert.sh @@ -1,6 +1,6 @@ #!/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 grep -q "No lowering found for" immich_to_rknn2.log; then