This commit is contained in:
Valeria Fadeeva 2025-10-09 13:10:45 +05:00
parent ea97f3e655
commit 3ec45bf097
1 changed files with 2 additions and 2 deletions

View File

@ -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