also support /usr/local/etc/pam-info-debug

This commit is contained in:
Patrick Schleizer 2022-11-15 12:31:14 -05:00
parent 95487346db
commit 23b936b573
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -11,7 +11,7 @@
true "$0: START PHASE 1"
if test -f /etc/pam-info-debug ; then
if test -f /etc/pam-info-debug || test -f /usr/local/etc/pam-info-debug ; then
set -x
exec 5>&1 1>> ~/pam-info-debug.txt
exec 6>&2 2>> ~/pam-info-debug.txt