tmpfiles: 'e' is supposed to accept shell-style globs

This commit is contained in:
Franck Bui 2018-04-24 12:24:38 +02:00
parent d460ba18e7
commit 939ca21363
1 changed files with 1 additions and 1 deletions

View File

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