From d034a99da7f50a84e656c2c37853021d7812e0ba Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 30 Mar 2025 20:19:58 +0200 Subject: [PATCH] crypt/disconnect --- sh/cryptsetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/cryptsetup.sh b/sh/cryptsetup.sh index 3927886..19c4232 100644 --- a/sh/cryptsetup.sh +++ b/sh/cryptsetup.sh @@ -86,6 +86,7 @@ rwx_crypt() { rwx_log_error 6 "Closing failure: ${crypt_arg}" fi # TODO disconnect device + rwx_log_error 7 "Disconnecting failure: ${crypt_arg}" ;; *) ;; esac