mirror of https://github.com/tteck/Proxmox.git
Update kernel-clean-v3.sh
parent
67a7537e0b
commit
f12b4e2ab4
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue