gopass-await: Correct scripting error

This commit is contained in:
Andrew Kvalheim 2023-03-29 22:09:19 -07:00
parent 77fe812e4b
commit 76e9ad86ea

View file

@ -6,9 +6,10 @@
}:
writeShellScriptBin "gopass-await" ''
${gopass}/bin/gopass show "$@" 2>( \
${gopass}/bin/gopass show "$@" 2> >( \
${zenity}/bin/zenity --progress --auto-close --no-cancel --pulsate \
--title 'Please tap the hardware key' \
--text "gopass show $*" \
>&2 \
)
''