From 9f9bdca991036e0bce64b54e09bc1659b9b931e0 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sat, 14 Oct 2023 00:23:34 +0500 Subject: [PATCH] Update --- dracut-ukify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-ukify b/dracut-ukify index c1ff7e8..9136d28 100755 --- a/dracut-ukify +++ b/dracut-ukify @@ -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