From e35904fbcfada638e166663dd10312d045c35a20 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 13 Sep 2023 09:38:12 -0400 Subject: [PATCH] Update kernel-clean.sh tweak --- misc/kernel-clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/kernel-clean.sh b/misc/kernel-clean.sh index c440a9cf..0dc53347 100644 --- a/misc/kernel-clean.sh +++ b/misc/kernel-clean.sh @@ -40,7 +40,7 @@ function msg_ok() { whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE Kernel Clean" --yesno "This will Clean Unused Kernel Images, USE AT YOUR OWN RISK. Proceed?" 10 68 || exit if [ -z "$available_kernels" ]; then - whiptail --backtitle "Proxmox VE Helper Scripts" --title "No Other Kernels" --msgbox "It appears there are no old Kernels on your system. \nCurrent kernel ($current_kernel)." 10 68 + whiptail --backtitle "Proxmox VE Helper Scripts" --title "No Old Kernels" --msgbox "It appears there are no old Kernels on your system. \nCurrent kernel ($current_kernel)." 10 68 msg_info "Exiting" sleep 2 msg_ok "Done"