Update kernel-clean-v3.sh

This commit is contained in:
tteckster 2022-07-13 11:45:24 -04:00 committed by GitHub
parent f18e5145f2
commit efc65a2a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;;