Update
This commit is contained in:
parent
a43c798846
commit
5054982616
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue