aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jones <jonesmz@users.noreply.github.com>2022-08-06 00:40:20 -0500
committerSam James <sam@gentoo.org>2022-08-13 19:28:11 +0100
commit2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1 (patch)
tree2a186608fc87689e594797dff4073e27d09e858c
parenthomed: add before pam_unix (diff)
downloadpambase-2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1.tar.gz
pambase-2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1.tar.bz2
pambase-2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1.zip
login.tpl: Fix unnecessary space character
Closes: https://github.com/gentoo/pambase/pull/13 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--templates/login.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.tpl b/templates/login.tpl
index 23e262a..cb85249 100644
--- a/templates/login.tpl
+++ b/templates/login.tpl
@@ -5,5 +5,5 @@ auth required pam_securetty.so
auth include system-local-login
account include system-local-login
password include system-local-login
-session optional pam_lastlog.so {{ debug|default('', true) }}
+session optional pam_lastlog.so {{ debug|default('', true) }}
session include system-local-login