Update
This commit is contained in:
parent
45ff059d4d
commit
9f9bdca991
|
@ -21,7 +21,7 @@ declare -a ukify_global_args=()
|
||||||
|
|
||||||
ESP_PATH=$(bootctl --print-esp-path)
|
ESP_PATH=$(bootctl --print-esp-path)
|
||||||
if [ -z "$ESP_PATH" ]; then
|
if [ -z "$ESP_PATH" ]; then
|
||||||
exit
|
exit 1
|
||||||
else
|
else
|
||||||
|
|
||||||
if [ ! -d "${ESP_PATH}/EFI/Linux" ]; then
|
if [ ! -d "${ESP_PATH}/EFI/Linux" ]; then
|
||||||
|
|
Loading…
Reference in New Issue