This commit is contained in:
Marc Beninca 2024-11-18 22:22:12 +01:00
parent dce638fcbd
commit 948e22d64f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

2
cs
View file

@ -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

2
cs.old
View file

@ -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