CIS-Script icon indicating copy to clipboard operation
CIS-Script copied to clipboard

5.9 still fails after remediation

Open ons-mart opened this issue 2 years ago • 0 comments

looks like the check is done to get the value of standbydelaylow and then verify if this is either not set of greater than 600

The remediation is to set the value to 600 As 600 isn't greater then the 600 in the check, shouldn't the if statement be: if [[ "$hibernateValue" == "" ]] || [[ "$hibernateValue" -ge 600 ]]; then

ons-mart avatar Sep 15 '22 11:09 ons-mart