mirror of
https://github.com/ovh/debian-cis.git
synced 2025-08-30 19:34:07 +02:00
Fix typo 'paswword' to 'password' in password_last_change_past.sh (#280)
Fix typo 'paswword' to 'password' in password_last_change_past.sh Co-authored-by: GoldenKiwi <thibault.dewailly@corp.ovh.com>
This commit is contained in:
@@ -15,7 +15,7 @@ set -u # One variable unset, it's over
|
||||
# shellcheck disable=2034
|
||||
HARDENING_LEVEL=3
|
||||
# shellcheck disable=2034
|
||||
DESCRIPTION="Check that user last paswword change date is in the past."
|
||||
DESCRIPTION="Check that user last password change date is in the past."
|
||||
|
||||
# This function will be called if the script status is on enabled / audit mode
|
||||
audit() {
|
||||
|
Reference in New Issue
Block a user