Skip to content

Commit

Permalink
set:password: format dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jan 5, 2021
1 parent 0f0125c commit beafd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set.password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ${#newPassword} -eq 0 ]; then
--insecure --passwordbox "
Set a new password for the users:
'joinmarket' and 'root'
(use at least 8 characters)" 10 40 2>$_temp
(use at least 8 characters)" 11 40 2>$_temp

# get user input
password1=$( cat $_temp )
Expand Down

0 comments on commit beafd81

Please sign in to comment.