mirror of https://github.com/CISOfy/lynis.git
Decrease length of hostid v2 as hostname is stored already
This commit is contained in:
parent
41197f722b
commit
ef23180adc
|
@ -836,7 +836,7 @@
|
|||
fi
|
||||
LogText "Hash (hostname): ${HASH_HOSTNAME}"
|
||||
LogText "Hash (ssh): ${HASH_SSH}"
|
||||
Report "hostid2=${HASH_HOSTNAME}-${HASH_SSH}"
|
||||
Report "hostid2=${HASH_SSH}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue