From 50549826163b60625b264169c27de072f8328900 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sat, 14 Oct 2023 00:23:27 +0500 Subject: [PATCH] Update --- dracut-initramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-initramfs b/dracut-initramfs index 06fb865..ca2fd33 100755 --- a/dracut-initramfs +++ b/dracut-initramfs @@ -21,7 +21,7 @@ declare -a ukify_global_args=() ESP_PATH=$(bootctl --print-esp-path) if [ -z "$ESP_PATH" ]; then - exit + exit 1 else if [ ! -d "${ESP_PATH}/EFI/Linux" ]; then