Skip to content

5.9 still fails after remediation #25

Description

@ons-mart

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions