This commit is contained in:
Patrick Schleizer 2024-07-24 11:47:52 -04:00
parent cda0d26af7
commit 6cadc70a96
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -411,7 +411,7 @@ set_file_perms() {
continue
fi
if test -z "${existing_owner}"; then
log error "Existing_owner is empty. Stat output: '${stat_output}' | line: '${line}'" >&2
log error "Existing owner is empty. Stat output: '${stat_output}' | line: '${line}'" >&2
continue
fi
if test -z "${existing_group}"; then