Silence password

This commit is contained in:
Alex Epstein 2017-07-03 10:28:19 -04:00
parent 67542465dd
commit d9ba53065a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ getBitbucketInfo()
echo -n 'Enter your Bitbucket username: '
read bbUsername
echo -n 'Enter your Bitbucket password: '
read password # -s flag hides password text
read -s password # -s flag hides password text
echo
}