This commit is contained in:
Valeria Fadeeva 2023-10-14 00:23:27 +05:00
parent a43c798846
commit 5054982616
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