Merge branch 'main' into stable

This commit is contained in:
Micke Nordin 2025-02-26 12:37:44 +01:00
commit e0e1d5148f
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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