diff options
Diffstat (limited to 'umount_crypt')
-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 |