commit 24862f2b46bdeda7a266aca2ada404ec0cdb1b75 parent bfb6a64207ad8c3645b9f9e0d5f49f5a9e009150 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 7 Jan 2018 14:12:43 +0100 if unmount fails, still try to destroy Diffstat:
luks_umount | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/luks_umount b/luks_umount @@ -1,7 +1,5 @@ #!/bin/bash -set -e - VOLUME="$1" MOUNTPOINT="/mnt/$VOLUME"