mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 12:26:04 -04:00
also support /usr/local/etc/pam-info-debug
This commit is contained in:
parent
95487346db
commit
23b936b573
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue