mirror of https://github.com/CISOfy/lynis.git
Add details to AddHP function
This commit is contained in:
parent
166c35bc69
commit
1f0261f168
|
@ -81,7 +81,13 @@
|
|||
#
|
||||
#################################################################################
|
||||
|
||||
# Add Hardening Points
|
||||
|
||||
################################################################################
|
||||
# Name : AddHP()
|
||||
# Description : Add Hardening Points
|
||||
# Returns : <nothing>
|
||||
################################################################################
|
||||
|
||||
AddHP() {
|
||||
HPADD=$1; HPADDMAX=$2
|
||||
HPPOINTS=`expr ${HPPOINTS} + ${HPADD}`
|
||||
|
|
Loading…
Reference in New Issue