This commit is contained in:
Valeria Fadeeva 2023-10-14 00:23:34 +05:00
parent 45ff059d4d
commit 9f9bdca991
1 changed files with 1 additions and 1 deletions

View File

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