author | heiko |
Fri, 09 Jan 2015 11:39:30 +0100 | |
changeset 1 | ef1e406c0ef4 |
parent 0 | cc9240e31616 |
child 2 | 19b0c12147d4 |
--- a/autoluks Fri Jan 09 11:37:58 2015 +0100 +++ b/autoluks Fri Jan 09 11:39:30 2015 +0100 @@ -1,4 +1,5 @@ #! /bin/sh +# https://ssl.schlittermann.de/hg/ius/autoluks test -f /etc/crypttab || exit 0 mapped_dev=$(perl -ne '/^(\S+)\s+UUID='${ID_FS_UUID_ENC?}'/ and print $1' </etc/crypttab) test "$mapped_dev" || exit 0