mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-07 14:01:06 +07:00
also support /usr/local/etc/pam-info-debug
This commit is contained in:
parent
95487346db
commit
23b936b573
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user