mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 02:14:37 +00:00
Update kernel-clean-v3.sh
This commit is contained in:
parent
f18e5145f2
commit
efc65a2a7e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue