mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-23 22:15:16 +00:00
Add info on currently running kernel (#9388)
This commit is contained in:
@@ -33,6 +33,7 @@ if [ -z "$available_kernels" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo -e "${GN}Currently running kernel: ${current_kernel}${CL}"
|
||||
echo -e "${YW}Available kernels for removal:${CL}"
|
||||
echo "$available_kernels" | nl -w 2 -s '. '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user