mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
testing: Include the kernel build number
This commit is contained in:
parent
b6a4cfc705
commit
8f6e3c164a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user