summaryrefslogtreecommitdiff
path: root/umount-crypt
diff options
context:
space:
mode:
Diffstat (limited to 'umount-crypt')
-rwxr-xr-xumount-crypt9
1 files changed, 9 insertions, 0 deletions
diff --git a/umount-crypt b/umount-crypt
new file mode 100755
index 0000000..1405d46
--- /dev/null
+++ b/umount-crypt
@@ -0,0 +1,9 @@
+#!/bin/zsh
+
+
+. /home/pks/bin/func.zsh
+check_root
+
+umount /mnt
+cryptsetup luksClose /dev/mapper/remote_backup
+