diff --git a/cs b/cs index 9126efa..bd9402c 100755 --- a/cs +++ b/cs @@ -25,7 +25,7 @@ case "${action}" in if [ "${1}" ]; then if [ "${action}" == "${ACTION_OPEN}" ]; then echo -n 'PassPhrase: ' - read -s pass_phrase + read -r -s pass_phrase echo fi for container in "${@}"; do diff --git a/cs.old b/cs.old index 9126efa..bd9402c 100755 --- a/cs.old +++ b/cs.old @@ -25,7 +25,7 @@ case "${action}" in if [ "${1}" ]; then if [ "${action}" == "${ACTION_OPEN}" ]; then echo -n 'PassPhrase: ' - read -s pass_phrase + read -r -s pass_phrase echo fi for container in "${@}"; do