closing stdout and stderr in dwm broke this

This commit is contained in:
Felix Van der Jeugt 2016-09-09 17:17:03 +02:00
parent 13f53ab826
commit ee290ae592
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#read -s -p "Secret: " secret
# GUI
pair="$(zenity --password --username --title="Password Calculator")"
pair="$(zenity --password --username --title="Password Calculator" 2> /dev/null)"
alias_="${pair%|*}"
secret="${pair#*|}"