Updated license error note to reflect next steps

This commit is contained in:
bender
2023-11-06 18:37:38 -05:00
parent 1fdd1a1bc4
commit 8137f44742
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ do
# Check if the output contains the specific LicenseError message
if echo "$output" | grep -q "<ErrorCode>1003</ErrorCode>"; then
echo "License error detected for file: $file"
echo "License error detected for file: $file. Redownload the ODM."
echo "$output" # Optionally log this output to a file
break # Break out of the while loop and skip this file
elif [ $exit_status -eq 0 ]; then