diff options
-rwxr-xr-x | bin/reproducible_node_health_check.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index d10029bf..2ccf57fe 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -121,6 +121,7 @@ if [ "$(lsb_release -si)" = "Ubuntu" ] ; then echo "Warning, more than one kernel in /boot:" ls -lart /boot/vmlinuz-* df -h /boot + echo "Running kernel: $(uname -r)" DIRTY=true fi fi |