mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 02:33:42 +02:00
Rephrase confusing messages
This commit is contained in:
@ -14,7 +14,7 @@ has_sysctl_param_expected_result() {
|
||||
debug "$SYSCTL_PARAM does not exist"
|
||||
FNRET=255
|
||||
else
|
||||
debug "$SYSCTL_PARAM has not a value of $EXP_RESULT"
|
||||
debug "$SYSCTL_PARAM should be set to $EXP_RESULT"
|
||||
FNRET=1
|
||||
fi
|
||||
}
|
||||
@ -39,7 +39,7 @@ set_sysctl_param() {
|
||||
debug "$SYSCTL_PARAM does not exist"
|
||||
FNRET=255
|
||||
else
|
||||
warn "$SYSCTL_PARAM Failed !"
|
||||
warn "$SYSCTL_PARAM failed!"
|
||||
FNRET=1
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user