Merge pull request #9 from Joorem/10.1.3-fix-option-name

[10.1.3] set the good value for $OPTIONS
This commit is contained in:
Thibault Dewailly 2017-05-04 09:28:42 +02:00 committed by GitHub
commit 233d1245fc

View File

@ -12,7 +12,7 @@ set -e # One error, it's over
set -u # One variable unset, it's over
PACKAGE='login'
OPTIONS='PASS_MIN_DAYS=7'
OPTIONS='PASS_WARN_AGE=7'
FILE='/etc/login.defs'
# This function will be called if the script status is on enabled / audit mode