We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1610c commit 067bbefCopy full SHA for 067bbef
convert.sh
@@ -14,6 +14,7 @@ fi
14
# if "No lowering found for" found in log file, return error status 1
15
if grep -q "No lowering found for" immich_to_rknn2.log; then
16
echo -e "\e[31mSome operations are not supported by RKNN, please check the log file for details.\e[0m"
17
+ cat immich_to_rknn2.log
18
exit 1
19
else
20
echo -e "\e[32mConversion completed successfully.\e[0m"
0 commit comments