We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7326d2 commit c9d9851Copy full SHA for c9d9851
1 file changed
stack.sh
@@ -214,7 +214,7 @@ function read_password {
214
echo "It is probably best to avoid spaces and weird characters."
215
echo "If you leave this blank, a random default value will be used."
216
echo "Enter a password now:"
217
- read $var
+ read -e $var
218
pw=${!var}
219
if [ ! $pw ]; then
220
pw=`openssl rand -hex 10`
0 commit comments