summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 4268988..0fc4131 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -337,8 +337,8 @@ addsudo() {
pamgnupg() {
whiptail --infobox "Setting up pam-gnupg..." 7 50
$aurhelper -Qq pam-gnupg >/dev/null 2>&1 || aurinstall pam-gnupg
- echo "auth optional pam_gnupg.so store-only" >>/etc/pam.d/system-login >/dev/null 2>&1
- echo "session optional pam_gnupg.so " >>/etc/pam.d/system-login >/dev/null 2>&1
+ echo "auth optional pam_gnupg.so store-only" >>/etc/pam.d/system-local-login >/dev/null 2>&1
+ echo "session optional pam_gnupg.so " >>/etc/pam.d/system-local-login >/dev/null 2>&1
}
ecryptfssetup() {