mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Decrease length of hostid v2 as hostname is stored already
This commit is contained in:
parent
41197f722b
commit
ef23180adc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue