diff options
-rw-r--r-- | templates/system-login.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system-login.tpl b/templates/system-login.tpl index 2f404bc..d8df530 100644 --- a/templates/system-login.tpl +++ b/templates/system-login.tpl @@ -21,7 +21,7 @@ session required pam_selinux.so close {% endif -%} session required pam_env.so envfile=/etc/profile.env {{ debug|default('', true) }} -{% if not miniaml -%} +{% if not minimal -%} session optional pam_lastlog.so silent {{ debug|default('', true) }} {% endif -%} session include system-auth |