Support backslashes in SOC passwords

This commit is contained in:
Jason Ertel
2020-09-23 10:09:21 -04:00
parent 4f228c1b7c
commit 2f7c0c34e6
4 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ function updatePassword() {
if [[ $? == 0 ]]; then
echo "Enter new password:"
fi
read -s password
read -rs password
validatePassword "$password"
fi