Updated ReportDetails call with service name

This commit is contained in:
mboelen 2016-04-19 12:05:13 +02:00
parent 0783b2fd4b
commit 1af95edd8a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
AddHP 0 ${tFINDhp}
FOUND=1
N=`expr ${N} + 1`
ReportDetails --test "${TEST_NO}" --key "-" --field "${tFINDkey}" --value "${tFINDcurvalue}" --preferredvalue "${tFINDexpvalue}" --description "${tFINDdesc}"
ReportDetails --test "${TEST_NO}" --service "sysctl" --field "${tFINDkey}" --value "${tFINDcurvalue}" --preferredvalue "${tFINDexpvalue}" --description "${tFINDdesc}"
fi
else
LogText "Result: key ${tFINDkey} does not exist on this machine"