Update kernel-clean-v3.sh

pull/355/head
tteckster 2022-07-13 17:04:10 -04:00 committed by GitHub
parent 67a7537e0b
commit f12b4e2ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function check_root() {
function edge_kernel() {
if [[ "$current_kernel" == *"edge"* ]]; then
echo -e "\n${CROSS} ${RD}ERROR:${CL} Proxmox ${BL}${current_kernel}${CL} Kernel Active"
echo -e "\nAn Active PVE Kernel is required to run Kernel Clean\n"
echo -e "\nAn Active PVE Kernel is required to use Kernel Clean\n"
exit 1
fi
}