瀏覽代碼

Update kernel-clean.sh

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

+ 1 - 1
misc/kernel-clean.sh

@@ -62,7 +62,7 @@ function kernel_clean {
         if [[ "$kernels_to_remove" != *"pve"* ]]; then
                 printf "It appears there are no old Kernels on your system \n"
         else
-                        read -p "[!] Would you like to remove the $(echo $kernels_to_remove | awk '{print NF}') selected Kernels listed above? [y/N]: " -n 1 -r
+                        read -p "[!] Would you like to remove the $(echo $kernels_to_remove | awk '{print NF}') selected Kernels listed above? [y/n]: " -n 1 -r
                         printf "\n"
         fi
                 if [[ $REPLY =~ ^[Yy]$ ]]; then