You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tmpfiles: Don't fail if file does not exist in item_do()
If the file was removed by some other program, we should just go
to the next one without failing. item_do() is only used for recursive
globs instead of fixed paths so skipping on missing files makes sense
(unlike if the path was fixed where we should probably fail).
Fixes #32691 (hopefully)
(cherry picked from commit 677430b)
(cherry picked from commit 4641952)
(cherry picked from commit 3abc0cb)
(cherry picked from commit 56c5942)
0 commit comments