From 035fbcc25e951b5180d7491cc0a11e514a20f9f7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 8 Mar 2019 17:48:03 +0100 Subject: limit the size of UI statusbar contents Signed-off-by: Toni Uhlig --- luks_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luks_test.sh') 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 -- cgit v1.2.3