Skip to content

Commit 6bcf8b3

Browse files
authored
Add info on currently running kernel (#9388)
1 parent 7ac9023 commit 6bcf8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/pve/kernel-clean.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [ -z "$available_kernels" ]; then
3333
exit 0
3434
fi
3535

36+
echo -e "${GN}Currently running kernel: ${current_kernel}${CL}"
3637
echo -e "${YW}Available kernels for removal:${CL}"
3738
echo "$available_kernels" | nl -w 2 -s '. '
3839

0 commit comments

Comments
 (0)