boot: fix bootctl install segfault (#4404)

This commit is contained in:
Yu Watanabe 2016-10-19 20:50:47 +09:00 committed by Evgeny Vereshchagin
parent 70fd2125c3
commit 9ee051b9c7

View file

@ -621,7 +621,8 @@ static const char *efi_subdirs[] = {
"EFI/systemd",
"EFI/BOOT",
"loader",
"loader/entries"
"loader/entries",
NULL
};
static int create_dirs(const char *esp_path) {