Merge "Use -e to read"

This commit is contained in:
Jenkins 2011-11-29 00:36:46 +00:00 committed by Gerrit Code Review
commit 849b40384a

View file

@ -214,7 +214,7 @@ function read_password {
echo "It is probably best to avoid spaces and weird characters."
echo "If you leave this blank, a random default value will be used."
echo "Enter a password now:"
read $var
read -e $var
pw=${!var}
if [ ! $pw ]; then
pw=`openssl rand -hex 10`