--- src/password-store.sh 2015-01-28 17:43:02.000000000 +0100 +++ src/password-store.sh 2017-01-16 23:45:28.275137130 +0100 @@ -316,6 +316,11 @@ cmd_show() { [[ -n $pass ]] || exit 1 clip "$pass" "$path" fi + if [ "$(pidof scdaemon)" ] + #perform a reload of scdaemon if the process exists to clear the pin + then + gpgconf --reload scdaemon + fi elif [[ -d $PREFIX/$path ]]; then if [[ -z $path ]]; then echo "Password Store"