From 6165162dec85587396b356128a6da320071706bc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 3 Jan 2020 14:06:12 +0100 Subject: mount-crypts: ignore additional comments --- mount-crypts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf