Fix allows

This commit is contained in:
Shiming Zhang 2024-06-19 10:04:01 +08:00
parent d4f35ed073
commit 155034d950
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ function check_allows() {
return 0
fi
fi
elif [[ "${line}" == "${image%\:*}" ]]; then
return 0
fi
done <"${file}"