From 948e22d64f992c7864d3ef420e447418d90ef18b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 18 Nov 2024 22:22:12 +0100 Subject: [PATCH] read/-r --- cs | 2 +- cs.old | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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