Merge branch 'main' into stable
This commit is contained in:
commit
e0e1d5148f
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
|
||||
# shellcheck disable=SC2181
|
||||
if [[ ${?} -eq 0 ]]; then
|
||||
error_ids="${error_ids} ${id}"
|
||||
error_ids="${error_ids} ${container}: ${id}"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue