diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-22 20:59:50 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-22 20:59:50 +0100 |
commit | 9f5e38930ffdaf2b4a1b544d183b98bc482ba13d (patch) | |
tree | bb6f23741e5c0dbca3e626ee8068aa32aff851fc | |
parent | 9ccbdf11c564bae4cddd449e0342516b008be49b (diff) | |
download | archinstall-9f5e38930ffdaf2b4a1b544d183b98bc482ba13d.tar archinstall-9f5e38930ffdaf2b4a1b544d183b98bc482ba13d.tar.zst archinstall-9f5e38930ffdaf2b4a1b544d183b98bc482ba13d.zip |
Bugfix for closing LUKS partition.
-rw-r--r-- | util/close_crypto_partition.sh | 5 |
1 files changed, 1 insertions, 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 <https://www.gnu.org/licenses/>. -main_partition_path=$1 - - -cryptsetup close $main_partition_path +cryptsetup close main echo "Closed crypto partition - OK" |