fix typing of user

This commit is contained in:
Rasmus Steinke 2015-05-23 07:37:40 +02:00
parent a786849e5c
commit 138077b352

View File

@ -71,7 +71,7 @@ mainMenu () {
stuff["${_id}"]=${_val}
done < <(pass "${selected_password}" | tail -n+2 | grep ': ')
if [[$rofi_exit -eq 11 ]]; then
if [[ $rofi_exit -eq 11 ]]; then
xdotool_type "${stuff[${USERNAME_field}]}"
exit
elif [[ $rofi_exit -eq 12 ]]; then