diff options
author | Patrick Simianer <p@simianer.de> | 2016-01-29 14:33:53 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-01-29 14:33:53 +0100 |
commit | 0d27dd90988a7bb474de1542f64e573d1873d6e1 (patch) | |
tree | 942985103ec02482a36d77b8cb95044951f5ac03 | |
parent | b0031ab50256647d124000340ed539d19b03d9d2 (diff) |
umount_crypt: fix
-rwxr-xr-x | umount_crypt | 2 |
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 |