summaryrefslogtreecommitdiff
path: root/umount-crypt
diff options
context:
space:
mode:
Diffstat (limited to 'umount-crypt')
-rwxr-xr-xumount-crypt8
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
-