Explorar o código

Update kernel-clean-v3.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
efc65a2a7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/kernel-clean-v3.sh

+ 1 - 1
misc/kernel-clean-v3.sh

@@ -17,7 +17,7 @@ current_kernel=$(uname -r)
 pve=$(pveversion)
 
 while true; do
-    read -p "This will Clean Unused Kernel Images. Proceed(y/n)?" yn
+    read -p "This will Clean Unused Kernel Images, USE AT YOUR OWN RISK. Proceed(y/n)?" yn
     case $yn in
         [Yy]* ) break;;
         [Nn]* ) exit;;