remove old commented code

This commit is contained in:
Jakobus Schürz 2021-09-15 11:41:19 +02:00
parent f0769c0f07
commit e6602d3410

View file

@ -817,7 +817,6 @@ utoken () {
ENTRY ENTRY
ssh_identity=$1 ssh_identity=$1
#[ -z "${P11M+x}" ] && { P11M=/usr/lib64/p11-kit-proxy.so; export P11M; }
[ -z "${P11M+x}" ] && { P11M=$PKCS11_MODULE; export P11M; } [ -z "${P11M+x}" ] && { P11M=$PKCS11_MODULE; export P11M; }
if [ -n "${ssh_identity+x}" ]; then if [ -n "${ssh_identity+x}" ]; then
@ -833,7 +832,6 @@ utoken () {
token(){ token(){
#[ -z "${P11M+x}" ] && { P11M=/usr/lib64/p11-kit-proxy.so; export P11M; }
[ -z "${P11M:+x}" ] && { P11M=$PKCS11_MODULE; export P11M; } [ -z "${P11M:+x}" ] && { P11M=$PKCS11_MODULE; export P11M; }
tmppubkey="${XDG_RUNTIME_DIR}/token.pub" tmppubkey="${XDG_RUNTIME_DIR}/token.pub"