parent
44dc07d667
commit
173f842b9a
11 changed files with 29 additions and 29 deletions
|
@ -66,7 +66,7 @@ rwx_crypt_setup() {
|
|||
rwx_log_error 2 "No files"
|
||||
[ "${action}" = "${action_open}" ] &&
|
||||
pass_phrase="$(rwx_read_passphrase)"
|
||||
for crypt_arg in "${@}"; do
|
||||
for crypt_arg; do
|
||||
rwx_log_info
|
||||
crypt_file="${RWX_CRYPT_ROOT}/${crypt_arg}.qcow2"
|
||||
if [ -f "${crypt_file}" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue