diff options
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 |