summaryrefslogtreecommitdiff
path: root/cryptfs.bin.in
diff options
context:
space:
mode:
Diffstat (limited to 'cryptfs.bin.in')
-rw-r--r--cryptfs.bin.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptfs.bin.in b/cryptfs.bin.in
index ffaf673..9e8e1e7 100644
--- a/cryptfs.bin.in
+++ b/cryptfs.bin.in
@@ -217,6 +217,7 @@ do_crypt_open() {
}
echo "${crypttab}" | \
+ grep -vxF '' | \
while read -r name raw key; do
key="${key%% *}"
key_mount=$(mountpoint_to_file "${key}")