mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-23 21:01:06 -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
|
return 1
|
||||||
fi
|
fi
|
||||||
if test -z "${existing_owner}"; then
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
if test -z "${existing_group}"; then
|
if test -z "${existing_group}"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user