CIS-Script
CIS-Script copied to clipboard
5.9 still fails after remediation
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