From 5869505d64c04c536bdcd71a197ade918c36bf1c Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 10 Aug 2014 11:19:38 +0100 Subject: init --- umount-crypt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 umount-crypt (limited to 'umount-crypt') 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 + -- cgit v1.2.3