summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-03 14:06:12 +0100
committerErich Eckner <git@eckner.net>2020-01-03 14:06:12 +0100
commit6165162dec85587396b356128a6da320071706bc (patch)
tree3b22075876544db41d14e27eaf8e13d6283b5bbf
parent00bc2a8013a8261813fcf56509f22f72c2597691 (diff)
downloadmount-crypts-master.tar.xz
mount-crypts: ignore additional commentsHEADmaster
-rwxr-xr-xmount-crypts2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount-crypts b/mount-crypts
index e047a63..5bbdd52 100755
--- a/mount-crypts
+++ b/mount-crypts
@@ -9,7 +9,7 @@ sed 's/#.*$//' /etc/crypttab \
else
cat
fi \
-| while read -r name device key; do
+| while read -r name device key _; do
while [ ${maxWait} -gt 0 ] && [ ! -b "${device}" ]; do
sleep 1