change filling variable

This commit is contained in:
Jakobus Schürz 2021-05-06 01:08:53 +02:00
parent 07971b9e0b
commit 2b025acbba

View file

@ -69,9 +69,7 @@ if [[ $- = *i* ]] ; then
# P11M for etoken/smartcard authentification # P11M for etoken/smartcard authentification
echo P11M: $P11M echo P11M: $P11M
echo PM: $PM [ -n "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
echo 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}') #[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
# Basics # Basics