瀏覽代碼

Update kernel-clean.sh

tweak
tteckster 1 年之前
父節點
當前提交
e35904fbcf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/kernel-clean.sh

+ 1 - 1
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"