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"
|
echo -e "KERNELS ON EFI:\n$kernels_list_on_efi"
|
||||||
|
|
||||||
if [[ -z "$kernels_list_on_efi" ]]; then
|
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
|
else
|
||||||
for i in $kernels_list_on_efi;
|
for i in $kernels_list_on_efi;
|
||||||
do
|
do
|
||||||
|
@ -188,7 +188,7 @@ if [ -d "${KERNEL_DIR_ON_EFI}" ]; then
|
||||||
echo -e "KERNELS ON BOOT:\n$kernels_list_on_boot"
|
echo -e "KERNELS ON BOOT:\n$kernels_list_on_boot"
|
||||||
|
|
||||||
if [[ -z "$kernels_list_on_boot" ]]; then
|
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
|
else
|
||||||
for i in $kernels_list_on_boot;
|
for i in $kernels_list_on_boot;
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue