debugging

This commit is contained in:
Patrick Schleizer 2022-11-15 11:58:50 -05:00
parent 2319458e9f
commit 6033de7815
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -3,6 +3,8 @@
## Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
true "$0: START"
grep_result="$(grep "accessfile=/etc/security/access-security-misc.conf" /etc/pam.d/common-account 2>/dev/null)"
## Check if grep matched something.
@ -151,4 +153,6 @@ if [ "$PAM_SERVICE" = "su" ]; then
echo "" >&2
fi
true "$0: END"
exit 0