mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
tmpfiles: 'e' is supposed to accept shell-style globs
This commit is contained in:
parent
d460ba18e7
commit
939ca21363
@ -1570,7 +1570,7 @@ static int create_item(Item *i) {
|
||||
|
||||
_fallthrough_;
|
||||
case EMPTY_DIRECTORY:
|
||||
r = path_set_perms(i, i->path);
|
||||
r = glob_item(i, path_set_perms);
|
||||
if (q < 0)
|
||||
return q;
|
||||
if (r < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user