aboutsummaryrefslogtreecommitdiff
path: root/luks_test.sh
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-03-08 17:48:03 +0100
committerToni Uhlig <matzeton@googlemail.com>2019-03-08 17:48:03 +0100
commit035fbcc25e951b5180d7491cc0a11e514a20f9f7 (patch)
tree85b93c35c62ca70e37983a066035e591f58bafce /luks_test.sh
parent5d95abdee246b6dbb1643f13e916e91700f133aa (diff)
limit the size of UI statusbar contentsHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'luks_test.sh')
-rwxr-xr-xluks_test.sh2
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