[10.1.3] set the good value for $OPTIONS

This commit is contained in:
Jérôme Le Gal 2017-05-03 23:08:48 +02:00
parent a46490b2d8
commit 46dbe8a6bc

View File

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