From 0d27dd90988a7bb474de1542f64e573d1873d6e1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 29 Jan 2016 14:33:53 +0100 Subject: umount_crypt: fix --- umount_crypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " exit fi -- cgit v1.2.3