From 9f5e38930ffdaf2b4a1b544d183b98bc482ba13d Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 22 Dec 2019 20:59:50 +0100 Subject: Bugfix for closing LUKS partition. --- util/close_crypto_partition.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/util/close_crypto_partition.sh b/util/close_crypto_partition.sh index 52bc50f..de96f6c 100644 --- a/util/close_crypto_partition.sh +++ b/util/close_crypto_partition.sh @@ -18,9 +18,6 @@ # along with this program. If not, see . -main_partition_path=$1 - - -cryptsetup close $main_partition_path +cryptsetup close main echo "Closed crypto partition - OK" -- cgit v1.2.3-70-g09d2