change filling variable
This commit is contained in:
parent
eb85d752d8
commit
e1d1ec4a3c
1 changed files with 1 additions and 3 deletions
|
@ -69,9 +69,7 @@ if [[ $- = *i* ]] ; then
|
|||
|
||||
# P11M for etoken/smartcard authentification
|
||||
echo P11M: $P11M
|
||||
echo PM: $PM
|
||||
echo P11M: $P11M
|
||||
[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
|
||||
[ -n "${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
|
||||
|
|
Loading…
Reference in a new issue