Merge "Use -e to read"
diff --git a/stack.sh b/stack.sh
index be34a86..df70a8d 100755
--- a/stack.sh
+++ b/stack.sh
@@ -214,7 +214,7 @@
         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`