From 25ad62b63760a63f1cf140d022a790083d32dba7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 12 Jul 2024 10:20:15 +0200 Subject: [PATCH] update to cryptsetup --- usr/bin/archboot-testsuite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index 891256635..32591a0f8 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -132,9 +132,9 @@ echo "Stop error: lvm pv" >> blockdevices-error.log echo "12345678" >/passphrase cryptsetup -q luksFormat /dev/loop0 > blockdevices-error.log -cryptsetup luksOpen /dev/loop0 /dev/mapper/testluks > blockdevices-error.log -cryptsetup remove /dev/mapper/testluks ||\ +cryptsetup remove testluks ||\ echo "Stop error: cryptsetup" >> blockdevices-error.log losetup -D rm /test.img