This commit is contained in:
Patrick Schleizer 2024-07-26 07:43:59 -04:00
parent bdfe764f9d
commit 9694cf0cd1
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -112,7 +112,7 @@ File name from stat: '${file_name_from_stat}'" >&2
return 1
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
return 1
fi
if test -z "${existing_group}"; then