summaryrefslogtreecommitdiffstats
path: root/bin/cryptdir
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cryptdir')
-rwxr-xr-xbin/cryptdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cryptdir b/bin/cryptdir
index 3fb858f..eb63300 100755
--- a/bin/cryptdir
+++ b/bin/cryptdir
@@ -19,7 +19,7 @@ cryptfile=$(mktemp)
cryptdir=$(mktemp -d)
pass=$(dd if=/dev/urandom bs=1 count=80 | base64)
-cleanup () {
+cleanup() {
set +e
cd
sudo umount "$cryptdir"