summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-01-29 14:33:53 +0100
committerPatrick Simianer <p@simianer.de>2016-01-29 14:33:53 +0100
commit0d27dd90988a7bb474de1542f64e573d1873d6e1 (patch)
tree942985103ec02482a36d77b8cb95044951f5ac03
parentb0031ab50256647d124000340ed539d19b03d9d2 (diff)
umount_crypt: fix
-rwxr-xr-xumount_crypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/umount_crypt b/umount_crypt
index 489d8d3..5743731 100755
--- a/umount_crypt
+++ b/umount_crypt
@@ -3,7 +3,7 @@
. /home/pks/bin/func.zsh
check_root
-if [ "$#" -ne 2 ]; then
+if [ "$#" -ne 1 ]; then
echo "missing args: umount_crypt <name>"
exit
fi