mirror of https://github.com/tteck/Proxmox.git
Update kernel-clean-v3.sh
This commit is contained in:
parent
f18e5145f2
commit
efc65a2a7e
|
@ -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;;
|
||||
|
|
Loading…
Reference in New Issue