Also report container
This commit is contained in:
parent
06d7fabf4b
commit
e57a244bbf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [[ $(pgrep -f "${0}" | wc -l) -eq 2 ]]; then
|
||||||
nocc "${container}" files_external:scan "${id}" | grep Error
|
nocc "${container}" files_external:scan "${id}" | grep Error
|
||||||
# shellcheck disable=SC2181
|
# shellcheck disable=SC2181
|
||||||
if [[ ${?} -eq 0 ]]; then
|
if [[ ${?} -eq 0 ]]; then
|
||||||
error_ids="${error_ids} ${id}"
|
error_ids="${error_ids} ${container}: ${id}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue