mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-12 17:00:32 +07:00
output
This commit is contained in:
@ -392,7 +392,7 @@ set_file_perms() {
|
|||||||
file_name="${fso_without_trailing_slash}"
|
file_name="${fso_without_trailing_slash}"
|
||||||
|
|
||||||
if test "${#arr[@]}" = 0; then
|
if test "${#arr[@]}" = 0; then
|
||||||
log error "Line is empty: '${line}'" >&2
|
log error "Line is empty. Stat output: '${stat_output}', line: '${line}'" >&2
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -414,7 +414,7 @@ set_file_perms() {
|
|||||||
continue
|
continue
|
||||||
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
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if test -z "${existing_group}"; then
|
if test -z "${existing_group}"; then
|
||||||
|
Reference in New Issue
Block a user