initial Centos-7 support
diff --git a/config.sh b/config.sh
index f9614c9..5f5428d 100644
--- a/config.sh
+++ b/config.sh
@@ -7,6 +7,6 @@
 read -r BUILD_USER_INPUT
 export BUILD_USER=$BUILD_USER_INPUT
 echo "Please enter provision password: "
-read -sr BUILD_PASSWORD_INPUT
+read -r BUILD_PASSWORD_INPUT
 export BUILD_PASSWORD=$BUILD_PASSWORD_INPUT