remove file deletion check from check-pol

This commit is contained in:
Simon Marsh 2026-02-09 08:18:04 +00:00
parent fc454a1a56
commit 8af3b05762
No known key found for this signature in database
GPG key ID: E9B4156C1659C079

View file

@ -70,9 +70,7 @@ do
object="$3"
# check the file really is a registry object
# (including if it still exists, as it may have been deleted)
if [ -f "$filename" ] && [ "$path" = 'data' ] && \
[ -n "$type" ] && [ -n "$object" ]
if [ "$path" = 'data' ] && [ -n "$type" ] && [ -n "$object" ]
then
# run the check script