Skip to content

Commit

Permalink
Update wallet_gen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FungibilityMatters committed Nov 20, 2019
1 parent 02bfff2 commit 3b045ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shell/wallet_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wallet_set_login(){
--title="$2" --text="$3" \
--add-entry="Wallet name:" \
--add-password="Password:" \
--ok-label="$4" 200 2> /dev/null)
--ok-label="$4" 2> /dev/null)
unset_IFS

[ -z "$name$password" ] && clean_all_exit
Expand Down

0 comments on commit 3b045ff

Please sign in to comment.