mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
Add info on currently running kernel (#9388)
This commit is contained in:
parent
7ac9023a57
commit
6bcf8b3097
1 changed files with 1 additions and 0 deletions
|
|
@ -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 '. '
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue