change debug
This commit is contained in:
parent
15655b8c98
commit
6539c2d44a
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ if [[ $- = *i* ]] ; then
|
||||||
. ${MSC_BASE}/logging
|
. ${MSC_BASE}/logging
|
||||||
|
|
||||||
# P11M for etoken/smartcard authentification
|
# P11M for etoken/smartcard authentification
|
||||||
echo P11M: $P11M
|
logdebug P11M: $P11M
|
||||||
[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
|
[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
|
||||||
echo P11M: $P11M
|
logdebug P11M: $P11M
|
||||||
#[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
|
#[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
|
||||||
|
|
||||||
# Basics
|
# Basics
|
||||||
|
|
Loading…
Reference in a new issue