mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-07 11:37:54 -05:00
output
This commit is contained in:
parent
bdfe764f9d
commit
9694cf0cd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user