tmpfiles: "e" takes globs

Fixes #7369.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-11-22 15:16:48 +01:00
parent 79a1b18711
commit 65241c1485
1 changed files with 1 additions and 1 deletions

View File

@ -1632,12 +1632,12 @@ static int clean_item(Item *i) {
case CREATE_SUBVOLUME:
case CREATE_SUBVOLUME_INHERIT_QUOTA:
case CREATE_SUBVOLUME_NEW_QUOTA:
case EMPTY_DIRECTORY:
case TRUNCATE_DIRECTORY:
case IGNORE_PATH:
case COPY_FILES:
clean_item_instance(i, i->path);
return 0;
case EMPTY_DIRECTORY:
case IGNORE_DIRECTORY_PATH:
return glob_item(i, clean_item_instance, false);
default: