diff options
author | Patrick Simianer <p@simianer.de> | 2016-04-14 17:30:30 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-04-14 17:30:30 +0200 |
commit | 3c1b8d5c8947bf0aa3e929c21f59eaf06aba33af (patch) | |
tree | 71111c40dd00a4739c53413f5926a26bbe901ead /umount_crypt | |
parent | 2c01777eb98ac7649d24e1a60a94393892b7e7af (diff) |
more general monitor_soft_raid
Diffstat (limited to 'umount_crypt')
-rwxr-xr-x | umount_crypt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/umount_crypt b/umount_crypt deleted file mode 100755 index 5743731..0000000 --- a/umount_crypt +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/zsh - -. /home/pks/bin/func.zsh -check_root - -if [ "$#" -ne 1 ]; then - echo "missing args: umount_crypt <name>" - exit -fi - -NAME=$1 - -umount /media/$NAME -cryptsetup luksClose /dev/mapper/$NAME - |