diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-03-08 17:48:03 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-03-08 17:48:03 +0100 |
commit | 035fbcc25e951b5180d7491cc0a11e514a20f9f7 (patch) | |
tree | 85b93c35c62ca70e37983a066035e591f58bafce /luks_test.sh | |
parent | 5d95abdee246b6dbb1643f13e916e91700f133aa (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'luks_test.sh')
-rwxr-xr-x | luks_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luks_test.sh b/luks_test.sh index 0f9d0f8..11fa605 100755 --- a/luks_test.sh +++ b/luks_test.sh @@ -21,7 +21,7 @@ if [ -w ${FILE} ]; then fi if [ ! -w ${FILE} ] || [ `file ${FILE} | grep -qoE 'LUKS encrypted file' && echo 0 || echo 1` -ne 0 ]; then - dd if=/dev/zero of=${FILE} bs=1M count=10 + dd if=/dev/zero of=${FILE} bs=1M count=50 /sbin/cryptsetup luksFormat ${FILE} fi |