testing: Include the kernel build number

This commit is contained in:
Tobias Brunner 2025-04-17 10:03:56 +02:00
parent b6a4cfc705
commit 8f6e3c164a

View File

@ -168,7 +168,7 @@ done
# #
[ -f $SHAREDDIR/.strongswan-version ] && SWANVERSION=`cat $SHAREDDIR/.strongswan-version` [ -f $SHAREDDIR/.strongswan-version ] && SWANVERSION=`cat $SHAREDDIR/.strongswan-version`
KERNELVERSION=`ssh $SSHCONF root@\$ipv4_winnetou uname -r 2>/dev/null` KERNELVERSION=`ssh $SSHCONF root@\$ipv4_winnetou uname -rv | cut -d ' ' -f 1,2 2>/dev/null`
############################################################################## ##############################################################################
# create header for the results html file # create header for the results html file