Skip to content

Commit 067bbef

Browse files
authored
Update convert.sh
1 parent 5e1610c commit 067bbef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fi
1414
# if "No lowering found for" found in log file, return error status 1
1515
if grep -q "No lowering found for" immich_to_rknn2.log; then
1616
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
1718
exit 1
1819
else
1920
echo -e "\e[32mConversion completed successfully.\e[0m"

0 commit comments

Comments
 (0)