Update
This commit is contained in:
parent
ea97f3e655
commit
3ec45bf097
|
@ -159,7 +159,7 @@ if [ -d "${KERNEL_DIR_ON_EFI}" ]; then
|
|||
echo -e "KERNELS ON EFI:\n$kernels_list_on_efi"
|
||||
|
||||
if [[ -z "$kernels_list_on_efi" ]]; then
|
||||
echo "ERROR: list of kernels on EFI is empty"
|
||||
echo "INFO: list of kernels on EFI is empty"
|
||||
else
|
||||
for i in $kernels_list_on_efi;
|
||||
do
|
||||
|
@ -188,7 +188,7 @@ if [ -d "${KERNEL_DIR_ON_EFI}" ]; then
|
|||
echo -e "KERNELS ON BOOT:\n$kernels_list_on_boot"
|
||||
|
||||
if [[ -z "$kernels_list_on_boot" ]]; then
|
||||
echo "ERROR: list of kernels on BOOT is empty"
|
||||
echo "INFO: list of kernels on BOOT is empty"
|
||||
else
|
||||
for i in $kernels_list_on_boot;
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue