diff options
author | Patrick Simianer <p@simianer.de> | 2016-04-16 16:34:33 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-04-16 16:34:33 +0200 |
commit | 95b3e4bb744932ce4eac14bb350cc0455d15848a (patch) | |
tree | c96093d9667c87264a8820d876041fe96b068f57 /crypt_umount | |
parent | fca926851e1d56eeb0044727fe976252d646f48d (diff) |
mv
Diffstat (limited to 'crypt_umount')
-rwxr-xr-x | crypt_umount | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/crypt_umount b/crypt_umount deleted file mode 100755 index 5743731..0000000 --- a/crypt_umount +++ /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 - |