mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-01 05:16:04 -04:00
output
This commit is contained in:
parent
bdfe764f9d
commit
9694cf0cd1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue