diff options
author | Patrick Simianer <p@simianer.de> | 2014-10-09 20:44:15 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-10-09 20:44:15 +0100 |
commit | ca41eddfdc979955105cce572e659941544d6f6d (patch) | |
tree | bf446902e8323e58c6fc14dce808b9719da7d3f6 /umount-crypt | |
parent | 0aae427eb3838297f6e204c2961739ef834762cf (diff) |
alles neu macht der mai
Diffstat (limited to 'umount-crypt')
-rwxr-xr-x | umount-crypt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/umount-crypt b/umount-crypt deleted file mode 100755 index 54f7cc0..0000000 --- a/umount-crypt +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/zsh - -. /home/pks/bin/func.zsh -check_root - -umount /mnt -cryptsetup luksClose /dev/mapper/remote_backup - |